C - Input and Output
What is the mistake in the following code snippet?
int value;
printf("Input a value: ");
scanf("%d", value);
printf("Value is %d", value);
int value;
printf("Input a value: ");
scanf("%d", value);
printf("Value is %d", value);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions