Q93
What will be the output of the following C# code? static void Main(string[] args) String name = "Dr.Gupta"; Console.WriteLine("Good Morning" + name);
A.
Dr.Gupta
B.
Good Morning
C.
Good Morning Dr.Gupta
AnswerD.
Good Morning name
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board