Which of the following is true with respect to conversion of data type.
static void Main(string[] args)
{
int num1 = 20000;
int num2 = 50000;
long total;
total = num1 + num2;
Console.WriteLine("Total is : " +total);
Console.ReadLine();
}
Compiler will generate runtime error
Conversion is implicit type, no error generation
Specifying data type for conversion externally will solve the problem
None of the options
To get all Infosys Certified L1 Junior Microsoft .NET Programmer Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee