×
×
Correct!
Use the correct format specifier to output the value of
int myNum = 15;
printf("@(2)", myNum);
int myNum = 15;
printf("%d", myNum);
int myNum = 15;
printf("%i", myNum);
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 39 exercises.
Are you sure you want to continue?