Select output of the given set of Code :
static void Main(string[] args)
{
String name = "Dr.Gupta";
Console.WriteLine("Good Morning" + name);
}1.Dr.Gupta
2.Good Morning
3.Good Morning Dr.Gupta
4.Good Morning name
Posted Date:-2022-06-25 05:46:17