Vidyalelo
C# Programming · Q101

File Handling and Input Output in C Sharp

Programming · C# Programming · question 101

Q101

What will be the output of the following C# code snippet? static void Main(string[] args) Console.Write("c"); Console.Write("sharp" ); Console.ReadLine();

A.
sharp
B.
c
sharp
Answer
C.
c
D.
sharp c

Answer: Option B

Solution

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