C - Input and Output
Why does this code print unexpected output?
int num = 7;
printf("Number: %f", num);
int num = 7;
printf("Number: %f", num);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions