A
Q. What will be the output of the following code?
Code:
int x = 10;
Console.WriteLine(x++);
Console.WriteLine(x++);
- Correct Answer - Option(B)
- Views: 1
- Filed under category .NET Programming
- Hashtags:
Discusssion
Login to discuss.