Computer Science, asked by pragyasah2417, 8 months ago

find the output
int a=0;
a=5<2 ?4:3;
cout << a;
return(0);​

Answers

Answered by ankitaat123
0

Answer:

3

Explanation:

Similar questions