×
×
Correct!
Use the correct format specifier to output the string:
char greetings[] = "Hello World!";
printf("@(2)", greetings);
char greetings[] = "Hello World!";
printf("%s", greetings);
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 39 exercises.
Are you sure you want to continue?