R
Q. What will be the output of the following C# code?
using System; class Program { static void Main(string[] args) { Console.WriteLine(true && 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. Number of constructors a class can define of ?
Q. In C#, a single-line comment starts with ___.
Q. The compiled version of a VC#.NET program will be in_______________.
Q. Which of the following statements is correct about Managed Code?
Q. What is String.Length in C#?
Q. The ______ parentheses that follow _____ indicate that no information is passed to Main().
Q. Storage location used by computer memory to store data for usage by an application is ?
Discusssion
Login to discuss.