Function Argument Evaluation

Jonathan Gingerich jon at maui.cs.ucla.edu
Sat Mar 23 11:44:42 AEST 1991


I'm confused.  3 answers have been given to the question.  If I understand
Doug's last answer, p may be either &x or &y after the statement, but I
don't see how this affects the value of (p=&x) and (p=&y) which would 
remain &x and &y (given the correct type of p).

Jon.



More information about the Comp.std.c mailing list