O

Omkar Shekhavat • 1.09K Points
Master

Q. The output of

Code:
{
int a = 5;
int b = 10;
cout << (a>b?a:b);
}
  • (A) 5
  • (B) 10
  • (C) Syntax error
  • (D) None of above
  • Correct Answer - Option(B)
  • Views: 121
  • Filed under category C++

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.


Question analytics