Moh*_*hit 3 c pointers programming-languages
int i=10;
printf("Address of i = %u",&i);
Output:
Address if i = 3220204848
Output on re-execution:
Address of i = 3216532594
Run Code Online (Sandbox Code Playgroud)
i每次执行程序时,我都会得到一个新地址.这意味着什么?
| 归档时间: |
|
| 查看次数: |
1090 次 |
| 最近记录: |