Vidyalelo
C# Programming · Q42

Introduction to C Sharp

Programming · C# Programming · question 42

Q42

What is the output of the following code: Console.WriteLine("Hello" + 2 + 3);

A.
Hello23
B.
Hello5
Answer
C.
Hello
D.
23

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board