网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
语句scanf("%7.2f",&a);是一个合法的scanf函数.
参考答案
更多 “语句scanf("%7.2f",a);是一个合法的scanf函数.” 相关考题
考题
若在定义语句: int a,b,c,*p=c; 之后,接着执行以下选项中的语句,则能正确执行的语句是A ) scanf("%d",a,b,c);B)scanf("%d%d%d",a,b,c);C)scanf("%d",p);D)scanf("%d",p);
考题
若有说明语句 : double *p,a; 则能通过 scanf 语句正确给输入项读入数据的程序段是A)*p= 则能通过 scanf 语句正确给输入项读入数据的程序段是A)*p=a; scanf(" % 1f",p);B)*p=a; scanf(" % f",p);C)p=a; scanf(" % 1f",*p);D)p=a; scanf(" % 1f",p);
考题
若有说明语句:double*P,a;则能通过scanf语句正确给输入项读入数据的程序段是( )。A.*p=&a;scanf("%lf",p);B.*p=a;scanf("%f",p);C.p=a;scanf("%lf",*p);D.p=&a;scanf("%lf",p);
考题
若有“double a;”,则正确的输入语句是( )。A.scanf("%1f",a);B.scanf("%f",a);C.scanf("%lf",a)D.scanf("%le",a);
考题
若a是float型变量,b是unsigned型变量,以下输入语句合法的是 ( )A.scanf("%6. 2f%d",&a,&b);B.scanf("%f%n",&a,&b);C.scanf("%f%3o",&a,&b);D.scanf("%f%d",&a,&b);
考题
若a是noat型变量,b是unsigned型变量,以下输入语句中,合法的是______。A.scanf("%6.2f%d",a,b);B.scanf("%f%n",a,b);C.scaaf("%f%3o",a,b);D.scanf("%f%f",a,b);
考题
设有定义:int A,*pA=A;,以下scanf语句中能正确为变量A读入数据的是 ______。A.scanf ("%d",pA) ;B.scanf("%d",A) ;C.scanf("%d",apA) ;D.scanf("%d",*pA) ;
考题
若有说明语句“int a;float b;”,以下输入语句正确的是( )。A.scanf("%f%f",a,b);B.scanf("%f%d",a,b);C.scanf("%d,%f",a,b);D.scanf("%6.2f%62f",a,b);
考题
若x,y均定义为int型,z定义为double型,以下不合法的scanf函数调用语句是()。A.scanf("%d%lx,%le",B.scanf("%2d*%d%lf"C.scanf("%x%*d%o",D.scanf("%x%o%6.2f",&x,&y,&z)
考题
若有"double a;",则正确的输入语句是( )。A.scanf("%lf",a);B.scanf("%f",a);C.scanf("%lf",a)D.scanf("%le",a);
考题
若有说明语句:double*p,a;则通过scanf语句正确给输入项读人数据的程序段是( )。A.*p=&a;scanf("%1f”,p);B.*p=&a;scanf("%f",p);C.p=&a;scanf("%",*p);D.p=&a;scanf("%1f",p);
考题
若有“double a;”,则正确的输入语句是( )。A.scanf("%1f",a) ;B.scanf("%f",a) ;C.scanf("%1f",a)D.scanf("%le",a) ;
考题
若有说明语句:double*p,a,则能通过scanf语句正确给输入项读入数据的程序段是( )。A.*p=a;scanf("%1f",p);B.*p=a; scanf("%f",p);C.p=a; scanf("%1f",*p);D.p=a; scanf("%1f",p);
考题
设有定义:int a,*pa= 以下scanf语句中能正确为变量a读入数据的是 A.scanf("%d",pa); B.scanf("%d",a); C.scanf("%d", D.scanf("%d",*pa);
考题
若有定义语句:正确的输入语句是( )。A.scanf(”%lf%If"’,X,Y);B.scanf(”%f%f¨X,Y);C.scanf(”%f%f¨,X,y);D.scanf(”%lf%le”,px,PY);
考题
若a是float型变量,b是unsigned型变量,以下输入语句合法的是 ( )A.scanf("%6.2f%d", a,b);B.scanf("%f%n",a,b);C.scanf("%f%30",a,b);D.scanf ("%f%d",a,b);
考题
以下说法正确的是______。A.#define和scanf都是C语句B.#define是C语句,而scanf不是C.#define和scanf都不是C语句D.#define不是C语句,scanf是
考题
若有说明语句:double*p,a;则通过scanf语句正确给输入项读入数据的程序段是( )。A.*p=scanf(%1f”,p);B.*p=&a;scanf(%f,p);C.p=&a;scanf(%,*p);D.p=&a;scanf(%1f,p);
考题
若在定义语句:int a,b,c,*p=c;之后,接着执行以下选项中的语句,则能正确执行的语句是( )。A.scanf(“%d”,a,b,B.scanf(“%d%d%d”,a,b,C.scanf(“%d”,p);D.scanf(“%d”,p);
考题
若有说明语句: Double *p,a; 则能通过scanf语句正确给输入项读人数据的程序段是() A、*p=a;scanf(”%if”,p);B、*p=a;scanf(”%f”,p);C、p=a;scanf(”%if”,*p);D、p=a;scanf(”%if”,p);
考题
有定义语句:int b;charc[10];,则正确的输入语句是()A、scanf("%d%s",b,c);B、scanf("%d%s",b,c);C、scanf("%d%s",b,c);D、scanf("%d%s",b,c)。
考题
若有说明语句:double *p,a;则能通过scanf语句正确给输入项读入数据的程序段是()A、*p=a;scanf(“%lf”,p)B、*p=a;scanf(“%lf”,*p)C、p=a,scanf(“%lf”,*p)D、p=a;scanf(“%lf”,p)
考题
若在定义语句:inta,b,c;之后,接着执行以下选项中的语句,则能正确执行的语句是()A、scanf("%d",a,b,c)B、scanf("%d%d%d",a,b,c)C、scanf("%d%d%d",a,b,c)D、scanf("%d%d%d",a,b,c)
考题
a是int类型变量,c是字符变量。下列输入语句中哪一个是错误的()。A、scanf(”%d,%c”,a,c);B、scanf(”%d%c”,a,c);C、scanf(”%d%c”,a,c);D、scanf(”d=%d,c=%c”,a,c);
考题
若intx,y;doublez;以下不合法的scanf函数调用语句是()。A、scanf(“%d%lx,%le”,x,y,z);B、scanf(“%2d*%d%lf”,x,y,z);C、scanf(“%x%*d%o”,x,y);D、scanf(“%x%o%6.2f”,x,y,z);
考题
单选题若有说明语句: Double *p,a; 则能通过scanf语句正确给输入项读人数据的程序段是()A
*p=a;scanf(”%if”,p);B
*p=a;scanf(”%f”,p);C
p=a;scanf(”%if”,*p);D
p=a;scanf(”%if”,p);
考题
单选题若有说明语句:double *p,a;则能通过scanf语句正确给输入项读入数据的程序段是()A
*p=a;scanf(“%lf”,p)B
*p=a;scanf(“%lf”,*p)C
p=a,scanf(“%lf”,*p)D
p=a;scanf(“%lf”,p)
热门标签
最新试卷