1. Computer Science Engineering (CSE)
  2. .NET Programming
  3. Select output of the given set of Code :...
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
View all MCQs in:   .NET Programming

Discussion