B
Q. What will be the output of the following C# code?
class Program { static void Main(string[] args) { int i ; for (i = 0; i < 5; i++) { Console.WriteLine(i); } 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 are examples of relational database management systems?
Q. Can we use linq to query against a DataTable?
Q. What will be the output of the following C# code?
Q. All IO classes that represent streams are derived from the ______ class.
Q. Which one of the following JIT compilers produce highly optimized code?
Q. Which of the following are parts of the .NET Framework?
Discusssion
Login to discuss.