S
Q. What will be the output of the following C# code?
static void Main(string[] args) { char c = 'g'; string s = c.ToString(); string s1 = "I am a human being" + c; Console.WriteLine(s1); Console.ReadLine(); }
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. Which of the following is true about dispose() method?
Q. A____block enclose the code that could throw an exception.
Q. Which array property is used to get the total number of elements in C#?
Q. Which of the following are examples of relational database management systems?
Q. In order for a class to use an interface, it must
Q. Which of the following assemblies can be stored in Global Assembly Cache?
Discusssion
Login to discuss.