B
Q. What will be the output of the following C# code?
class Program { public static void Main(string[] args) { int i, j; i = (j = 5) + 10; Console. WriteLine(i); Console. WriteLine(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. In C#, structures are used for ___ objects such as mobiles, cars, etc.
Q. A copy of a database is called a
Q. ______ parameters are used to pass results back to the calling method.
Q. An ____ is a group of contiguous or related data items that share a common name.
Discusssion
Login to discuss.