Vidyalelo
C# Programming · Q43

Basic Syntax and Data Types in C Sharp

Programming · C# Programming · question 43

Q43

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

A.
5 + 5 = 10
Answer
B.
10
C.
$"5 + 5 = {5 + 5}"
D.
Compilation error

Answer: Option A

Solution

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