Vidyalelo
C# Programming · Q33

Basic Syntax and Data Types in C Sharp

Programming · C# Programming · question 33

Q33

What is the output of the following code: Console.WriteLine("10" + 5);

A.
Compilation error
B.
10
C.
105
Answer
D.
15

Answer: Option C

Solution

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