What is the output of the following program?
void main ( )
{
int x = 5, y = 6, z = 7;
if (x < y + z)
cout << "Hello \n" ;
else
{
cout << "How \n" ;
cout << "Are you \n";
}
}
a) Hello b) How c) Are you d) None of the above
Answers
Answered by
2
What is the output of the following program?
void main ( )
{
int x = 5, y = 6, z = 7;
if (x < y + z)
cout << "Hello \n" ;
else
{
cout << "How \n" ;
cout << "Are you \n";
}
}
a) Hello b) How c) Are you d) None of the above
PLEASE MAKE ME AS A BRAINLIST ANSWER
Similar questions
Math,
5 months ago
Math,
5 months ago
Computer Science,
10 months ago
Physics,
1 year ago
Physics,
1 year ago