×
×
Correct!
Insert the missing parts to call
void myFunction() {
printf("I just got executed!");
}
int main() {
@(13)
@(13)
return 0;
}
void myFunction() {
printf("I just got executed!");
}
int main() {
myFunction();
myFunction();
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?