華為填空題
1、在windows下,寫出運行結果,每空2分,共10分。
charstr[]="Hello";
char*p=str;
intn=10;
sizeof(str)=()
sizeof(p)=()
sizeof(n)=()
voidfunc(charstr[100])
{}
sizeof(str)=()
2、voidsetmemory(char**p,intnum)
{*p=(char*)malloc(num);}
voidtest(void)
{char*str=NULL;
getmemory(&str,100);
strcpy(str,"hello");
printf(str);
}
運行
test函數(shù)有什么結果?()
10分
3、設
intarr[]={6,7,8,9,10};
int*ptr=arr;
(ptr++)+=123;
printf("%d,%d",*ptr,*(++ptr));
()10分
【華為填空題】相關文章:
華為認證簡介10-04
華為認證詳解10-04
華為的經營理念09-30
華為電話面試經驗06-21
華為認證考試地址10-04
華為認證架構介紹10-04
華為上機試題匯總11-12
華為認證考試簡介10-04
華為認證培訓伙伴10-04