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
0
Answer:
Tell me wich coding language
Explanation:
Then i will try for myself
Similar questions