What Is The Need For 8216conversion Of Data Type8217 In C #64
What is the need for ‘Conversion of data type’ in C#?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Data Types, Variables and Operators - Type Conversion in Expressions - Quiz No.1.
What is the need for ‘Conversion of data type’ in C#?
To store a value of one data type into a variable of another data type
To get desired data
To prevent situations of runtime error during change or conversion of data type
None of the mentioned