The output of _________. | CPP MCQs

The output of _________.
{
int a = 5;
int b = 10;
cout << (a>b?a:b);
}
A.     5
B.     10
C.     Syntax error
D.     None of above

Ans: B

0 comments:

Post a Comment

Blogger news