Sorry, that's not correct
Even though the
printf()
inside of
main()
is listed first in the program, the
printf()
in
foo()
is executed twice before we get to the one in
main()
.
Press
here
to go back.