Menu
×
×
Correct!
Exercise:Insert the missing part of the code below to output "Hello World!".
int @(4)() {
@(6)("Hello World!");
return 0;
}
int main() {
printf("Hello World!");
return 0;
}
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 46 exercises.
Are you sure you want to continue?