Take the following printf code:
Why would printf print the y() value first and the x() value second I listed them in the correct order? Is this a bug in gcc?Code:printf("%f %f %d",x(),y(),z());
|
Results 1 to 3 of 3
Thread: printf print values wrong??Threaded View
|
Click Here to Expand Forum to Full Width |