Menu
×
×
Correct!
Exercise:Add the correct format specifier to print the value of the following variable:
char myLetter = 'D';
printf("@(2)", myLetter);
char myLetter = 'D';
printf("%c", myLetter);
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 46 exercises.
Are you sure you want to continue?