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 ; }
1 Answer
+ 2
Same question has been answered here.
https://www.sololearn.com/Discuss/2159606/?ref=app



