Page 1 of 1

For the following C# code select the relevant solution for conversion of data type. static void Main(string[] args) {

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
a) Compiler will generate runtime error
b) Conversion is implicit type, no error generation
c) Specifying data type for conversion externally will solve the problem
d) None of the mentioned