×
×
Correct!
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! |
This will reset the score of ALL 39 exercises.
Are you sure you want to continue?