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
Economy,
3 months ago
English,
3 months ago
Social Sciences,
6 months ago
Science,
6 months ago
Science,
1 year ago