题目内容

3. 写出下列程序运行结果:(2)键盘输入 abcdef#include void fun( ){char c ;if((c=getchar( ))!='\n')fun( ) ;putchar(c);}void main( ){ fun( ); }

查看答案
更多问题

3. 写出下列程序运行结果:#include int c , a=4 ;func(int a , int b){ c=a*b ; a=b-1 ; b++ ; return (a+b+1) ; }void main( ){int b=2 , p=0 ; c=1 ;p=func(b , a) ;printf("%d,%d,%d,%d\n", a,b,c,p) ;}

3. 写出下列程序运行结果:unsigned fun6(unsigned num){unsigned k=1;do { k*=num%10; num/=10; }while(num);return k;}void main( ){unsigned n=26;printf("%d\n", fun6(n));}

人体基本的生命体征不包括( )

A. 血压
B. 脉博
C. 言语
D. 呼吸

某幼儿发生意外事故后,如果鼻翼翕动,呼吸逐渐变细变慢,据此可以推断该幼儿的伤情为( )

A. 正常
B. 严重
C. 垂危
D. 轻微

答案查题题库