C - Variables and Data Types
What will be the output of this C code?
unsigned int x = 4294967295;
long int y = x;
printf("%ld", y);unsigned int x = 4294967295;
long int y = x;
printf("%ld", y);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions