【系統公告】頁面上方功能列及下方資訊全面更換新版,『舊用戶且擁有VIP』可再切回舊版。 前往查看

计算机等级考试— 二级—《C语言 》題庫下載題庫

上一題
37)有以下程序` #include #include main() { int *a,*b,*c; a=b=c=(int *)malloc(sizeof(int)); *a=1;*b=2;*c=3; a=b; printf(“%d,%d,%dn”,*a,*b,*C; } 程序运行后的输出结果是
(A)3,3,3
(B)2,2,3
(C)1,2,3
(D)1,1,3


37)有以下程序` #include #include main()..-阿摩線上測驗