You are not logged in.

#1 2015-05-26 06:23:48

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

Output:

Question:
The output of:
{
int a = 5;
int b = 10;
cout << (a>b?a:b);
}

Option A):
10
Option B):
Syntax error
Option C):
5
Option D):
None

Correct Answer is Option A):
10


Failure is the first step towards seccess.

2015-05-26 06:23:48

Advertisement
Ads By Google

Re: Output:



Board footer