Menu
×
×
Correct!
Exercise:Add the correct format specifier to print the value of the following variable:
char myLetter = 'D';
printf("%c", myLetter);
Not CorrectClick here to try again. Correct!Next ❯char myLetter = 'D'; printf("", myLetter); |