Computer Science, asked by ny412520, 5 months ago

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 jimalijoshi28
0

Answer:

in which standard you are?

Similar questions