#include
int main() {
int num = 40;
int *pt;
pt = #
int *anotherpt = #
*pt = 30;
printf(“%d\n”, *anotherpt);
return 0; }
Section
stack frame for main
Address
0x248
0x24c
0x250
0x254
0x258
0x25c
0x260
Value
Label
Pointer Example