B
Q. What will be the output of the following C# code?
static void Main(string[] args) { int i ; for (i = 0; i < 5; i++) { int j = 0; j += i; Console. WriteLine(j); } Console. WriteLine( i * j); 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. ______ parameters are used to pass results back to the calling method.
Q. In the case of access modifiers___________.
Q. What will be the output of the following C# code?
Q. Which of the following statements is correct?
Q. Which of the following statements is correct about an interface used in C#.NET?
Q. Storage location used by computer memory to store data for usage by an application is?
Discusssion
Login to discuss.