问题详情
答题翼
>
问答
>
求职面试
> 正文
目录:
标题
|
题干
|
答案
|
搜索
|
相关
void setmemory(char **p, int num) { *p=(char *) malloc(num);}
void setmemory(char **p, int num)
{ *p=(char *) malloc(num);}
请帮忙给出正确答案和分析,谢谢!
参考答案
您可能感兴趣的试题
void setmemory(char **p, int num) { *p=(char *) malloc(num);} void test(void) { ch
答案解析
void setmemory(char **p, int num) { *p=(char *) malloc(num);} void test(void) { ch
答案解析
void setmemory(char **p, int num) { *p=(char *) malloc(num);}
答案解析
Void GetMemory2(char **p, int num){*p = (char *)malloc(num);}void Test(void){char *str
答案解析
Void GetMemory2(char **p, int num){*p = (char *)malloc(num);}void Test(void){char *str
答案解析
若有结构体定义: struct stu {int num; char sex; int age; }a1,a2; 则下列语句中错误的是()。A.p
答案解析
有以下程序#include <stdio.h>struct stu{ int num; char name [10];int age;};Void fun(s
答案解析