Strange things with memory

后端 未结 0 1741
一整个雨季
一整个雨季 2021-02-02 17:29

I wrote simple program, there is it:

#include 
#include 

int main()
{
    int *p = (int *)calloc(6, sizeof(int));
    p[0] = 10;
          


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