当前位置: 答题翼 > 问答 > 大学本科 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

执行 int*p= malloc(sizeof (int)) 操作得到的一个动态分配的整型对象为


执行 int*p= malloc(sizeof (int)) 操作得到的一个动态分配的整型对象为()。

参考答案
您可能感兴趣的试题
  • void setmemory(char **p, int num) { *p=(char *) malloc(num);} void test(void) { ch

  • char str[ ]= "Hello"; char *p=str; int n=10; sizeof(str)=() sizeof(p)=() siz

  • char str[ ]= "Hello"; char *p=str; int n=10; sizeof(str)=() sizeof(p)=() siz

  • void setmemory(char **p, int num) { *p=(char *) malloc(num);}

  • void setmemory(char **p, int num) { *p=(char *) malloc(num);}

  • 已有定义:int *p;,请写出完整的语句,利用malloc函数使p指向一个整型的动态存储单元