[填空題] 以下程序運(yùn)行后輸出的結(jié)果是______。 #include <stdio.h> #include <stdlib.h> #include <s
2021-07-20
[填空題] 以下程序運(yùn)行后輸出的結(jié)果是______。
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
main()
char *p; int i;
p= (char *)malloc(sizeof(char)*20);
strcpy(p, "welcome");
for (i=6; i>=0; i--) putchar(*(p+i));
printf("");free(p);
正確答案:emoclew
詞條內(nèi)容僅供參考,如果您需要解決具體問(wèn)題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。