printf() problem

Maarten Litmaath maart at cs.vu.nl
Thu Apr 27 07:01:12 AEST 1989


jdm at hodge.UUCP (jdm) writes:
\        printf("%x %x %x %x\n", getc(fp), getc(fp), getc(fp), getc(fp));

The ORDER in which the arguments are evaluated, is UNSPECIFIED.
Read any book on C.
-- 
 "If it isn't aesthetically pleasing, |Maarten Litmaath @ VU Amsterdam:
  it's probably wrong." (jim at bilpin). |maart at cs.vu.nl, mcvax!botter!maart



More information about the Comp.lang.c mailing list