A

Admin • 833K Points
Coach

Q. Find the output of the following program

Code:
main(){
int a, b = 10;
a = 95 / 10;
cout << a << endl;
}
  • (A) 9
  • (B) 9.5
  • (C) 10
  • (D) 9.0
  • Correct Answer - Option(A)
  • Views: 26
  • Filed under category C++
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.