R
Q. What will be the output of the following C# code?
using System; class Program { static void Main(string[] args) { int i = 2; int j = 10 / 4; if (i == j) { Console.WriteLine("True"); } else { Console.WriteLine("False"); } } }
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 statements is correct about an Exception?
Q. The code that requires the CLR at runtime for the execution is known as the ________.
Q. Which one of the following statements is correct?
Q. Which access specifier should be used for Main() method in C#?
Q. Which data type is used to store text value in C#?
Q. Storage location used by computer memory to store data for usage by an application is ?
Discusssion
Login to discuss.