What is the need for 'Conversion of data type' in C#?
A. To store a value of one data type into a variable of another data type
B. To get desired data
C. To prevent situations of runtime error during change or conversion of data type
D. None of the mentioned
Answer: Option C
Join The Discussion