C - Variables and Data Types
What is the output of this code?
short int a = 32767;
a++;
printf("%d", a);short int a = 32767;
a++;
printf("%d", a);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions