Menu
×
×
Correct!
Exercise: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!Next ❯ |
This will reset the score of ALL 46 exercises.
Are you sure you want to continue?