Computer Science, asked by prishuraj14p9spav, 5 months ago

4.14 What is the output of the following program?
main ()
{
unsigned x = 1;
signed char y = -1 ;
if(x > y)
printf(" x > y");
else
printf("x<= y");
}
Did you expect this output? Explain.​

Answers

Answered by hridaansarvagyaa
0

Answer:

Tell me wich coding language

Explanation:

Then i will try for myself

Similar questions