Please, Explain the following... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Please, Explain the following...

unsigned int i = 23; signed char c = -23; if(i>c) printf("Yes\n"); else if(i<c) printf("No\n"); //Output is : No //How ???

14th May 2019, 1:29 PM
Sp Maurya
Sp Maurya - avatar
2 Answers
+ 1
This post explain it well https://stackoverflow.com/a/1010388
14th May 2019, 1:33 PM
‎ ‏‏‎Anonymous Guy