S
Q. What will be the output of the following C# code?
static void Main(string[] args) { String name = "Dr.Gupta"; Console.WriteLine("Good Morning" + name); }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. An instance class member is referred by using the format____________.
Q. Which access specifier should be used for Main() method in C#?
Q. Which of the following statements correctly define .NET Framework?
Q. _______ variables are visible only in the block they are declared.
Q. The protected access modifier defines a member that can be accessible within ___.
Q. Why strings are of reference type in C#.NET?
Q. What will be the output of the following C# code?
Q. What will be the output of the following C# code?
Discusssion
Login to discuss.