Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!ucla-cs!maui.cs.ucla.edu!jon From: jon@maui.cs.ucla.edu (Jonathan Gingerich) Newsgroups: comp.std.c Subject: Re: Function Argument Evaluation Message-ID: <1991Mar23.014442.24307@cs.ucla.edu> Date: 23 Mar 91 01:44:42 GMT References: <15538@smoke.brl.mil> <17809@crdgw1.crd.ge.com> <15552@smoke.brl.mil> Sender: usenet@cs.ucla.edu (Mr. News Himself) Organization: UCLA Computer Science Department Lines: 6 Nntp-Posting-Host: maui.cs.ucla.edu 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.