0

How the output of the following code is no

#include<stdio.h> int main() { unsigned int i=23; signed char c=-23; if(i>c) printf("yes"); else if(i<c) printf("No"); return 0 ; }

20th Feb 2020, 5:06 AM
Avinash Rai
Avinash Rai - avatar
1 Answer
+ 2
Same question has been answered here. https://www.sololearn.com/Discuss/2159606/?ref=app
20th Feb 2020, 5:14 AM
Avinesh
Avinesh - avatar