1.

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» D. Good Morning name


Discussion

No Comment Found