Page 1 of 1

What is the need for ‘Conversion of data type’ in C#?

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
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