What will be the output of the following set of codes after execution?
void main() { int m=32769; unsigned int n=65540; printf(“%d %u”,m,n); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following set of codes after execution?
void main() { int m=32769; unsigned int n=65540; printf(“%d %u”,m,n); }