Q. What is the final value of x when the code int x; for(x=0; x<10; x++) {} is run?
β
Correct Answer: (A)
10
You must be Logged in to update hint/solution