Interview preparation forum of thousands of Job Interview Questions And Answers categories
You are not logged in.
Pages:: 1
Question:The output of:{int a = 5;int b = 10;cout << (a>b?a:b);}
Option A):10Option B):Syntax errorOption C):5Option D):None
Correct Answer is Option A):10
Failure is the first step towards seccess.
Offline