未知题型 下面程序 main() { int x=100,a=10,b=20,ok1=5,ok2=0; if(a<B) if(b!=15) if(!ok1) x=1; else if(ok2)x=10; x=-1; printf('%d/n',x); } 的输出是______。D.不确定的值
单项选择题 If you don’t like to swim, you ( ) as well stay at home. A. should B. may C. can D. would
未知题型 以下程序的输出结果是______。 #include<stdio.h> #define FUDGE(y) 2.84+y #define PR(A) printf('%d',(int)(a) ) #define PRINT1(A) PR(a) ;putchar('/n') main() { int x=2; PRINT1(FUDGE(5)*X); }A.11B.12C.13D.15