Q.

Select output of the given set of 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
D. Good Morning name
Answer» C. Good Morning Dr.Gupta
3.4k
0
Do you find this helpful?
35

View all MCQs in

.NET Programming

Discussion

No comments yet