/* |
|||||||||||||||||
The previous is a procedure called "look" that prints 8 lines of output. Each line has a single number that is the address of a different parameter--coerced from an unsigned int to an int and printed in hexadecimal (%x) |
|||||||||||||||||
*/ |
|||||||||||||||||
int main (void) { |
|||||||||||||||||
|
|||||||||||||||||
|
|||||||||||||||||
The address of a is 40b0 The address of b is 40b4 The address of c is 40b8 The address of d is 40b9 The address of f is 40c0 The address of g is 40c8 |
|||||||||||||||||
why not 40ba ? |
|||||||||||||||||
January 22, 1999 |
Page 9 |
copyright UoA |