1. What will be the output of the code?
int a=5;
if(a>5)
cout<<”Greater”;
else
cout<<”Smaller”
(a) Greater (b) Smaller (c) Error (d) None of these
Answers
Answered by
0
Answer:
Error
Explanation:
Error in the output because a=5 and 5>5 is not possible so computer give error
Similar questions
Social Sciences,
2 months ago
English,
2 months ago
English,
2 months ago
Math,
4 months ago
History,
4 months ago
World Languages,
9 months ago
World Languages,
9 months ago