R
Q. What will be the output of the following C# code?
using System; namespace MyApplication { class Program { static void Main(string[] args) { int a = 10, b = 20; Console.WriteLine("{0},{0}", a, b); } } }
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. What will be the output of the following C# code?
Q. Choose effective differences between ‘Boxing’ and ‘Unboxing’.
Q. Which modifier is used to while redefining an abstract method by a derived class in C#?
Q. The parameters of a method __________.
Q. The second type of streams is used to represent __________
Q. Which of the following is the correct output for the C#.NET code snippet given below?
Q. Number of digits upto which precision value of float data type is valid?
Discusssion
Login to discuss.