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