華為填空題
1、在windows下,寫(xiě)出運(yùn)行結(jié)果,每空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);
}
運(yùn)行
test函數(shù)有什么結(jié)果?()
10分
3、設(shè)
intarr[]={6,7,8,9,10};
int*ptr=arr;
(ptr++)+=123;
printf("%d,%d",*ptr,*(++ptr));
()10分
【華為填空題】相關(guān)文章:
華為認(rèn)證簡(jiǎn)介10-04
華為認(rèn)證詳解10-04
華為認(rèn)證考試:華為路由器網(wǎng)守配合技巧09-30
華為的經(jīng)營(yíng)理念09-30
華為電話面試經(jīng)驗(yàn)06-21
華為認(rèn)證考試地址10-04
華為認(rèn)證架構(gòu)介紹10-04
華為上機(jī)試題匯總11-12
華為認(rèn)證考試簡(jiǎn)介10-04
華為認(rèn)證培訓(xùn)伙伴10-04