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
Answersharp
C.
c
D.
sharp c
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board