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