What is the need for ‘Conversion of data type’ in C#?
Posted: Wed Jul 13, 2022 7:56 pm
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
b) To get desired data
c) To prevent situations of runtime error during change or conversion of data type
d) None of the mentioned