Problem in my program


Press any key to continue . . .
Last edited on
Q: Where does the readin() store the values to?
A: To local variables.

Q: What happens to local variables on exit from (function) scope?
A: Poof! They are gone.

Q: Oh my, how ...?
A: Pass arguments to function by reference.
Topic archived. No new replies allowed.