A
Q. What is the value of x after this code?
Code:
int x = 10;
x += 5;
x += 5;
- Correct Answer - Option(C)
- Views: 20
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.