A
Q. Find the output of the following program
Code:
main(){
int a, b = 10;
a = 95 / 10;
cout << a << endl;
}
int a, b = 10;
a = 95 / 10;
cout << a << endl;
}
- Correct Answer - Option(A)
- Views: 27
- Filed under category C++
- Hashtags:
Discusssion
Login to discuss.