Examveda What is the output of the following code: Console.WriteLine("Hello" + 2 + 3); A. Hello23B. Hello5C. HelloD. 23Answer: Option B This Question Belongs to C Sharp Programming >> Introduction To C Sharp
Which of the following is NOT a primitive data type in C#? A. doubleB. charC. stringD. class View Answer
Join The Discussion