Question:What will the following code print?
int x = 10;
Console.WriteLine(x++);
 

A 10 

B 11 

C Error 

D 0 

+ Answer
+ Explanation
+ Report
Total Preview: 16

Copyright © 2024. Powered by Intellect Software Ltd