当前位置: 答题翼 > 问答 > 求职面试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

void func(char str[100]) { }


void func(char str[100])

{ }

请帮忙给出正确答案和分析,谢谢!

参考答案
您可能感兴趣的试题
  • 下列程序在32位linux或unix中的结果是什么?func(char *str){printf("%d",sizeof(str));printf(

  • 下列程序在32位linux或unix中的结果是什么?func(char *str){printf(" %d",sizeof(str));printf("

  • void func(char str[100]) { }

  • void GetMemory(char *p){p = (char *)malloc(100);}void Test(void) {char *str =NULL;GetMe

  • void Test(void){char *str = (char *) malloc(100); strcpy(str, “hello”); free(str); if

  • void Test(void){char *str = (char *) malloc(100); strcpy(str, “hello”); free(str); if