Write the output of the following :
(i) void main ( )
{
int a = 10, b = 6, c= = 7;
if (a>b a<c &&b<c)
cout << "welcome to c++",
else
cout << "Bye";
}
Answers
Answered by
0
Answer:
in which standard you are?
Similar questions