Do values whose pointers are in arrays persist

后端 未结 0 1487
囚心锁ツ
囚心锁ツ 2020-12-18 23:06

Consider the following code

int* a[5];
int i = 50;

a[0] = &i;

When i goes out of scope, does it get unloaded, and the point

相关标签:
回答
  • 消灭零回复
提交回复
热议问题