网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
若已定义:float m;拟从键盘输入135.78这一数据给变量m,则应选用的语句是()
A
scanf(“%5.2f”,&m)
B
scanf(“%3.2f”,&m)
C
scanf(“6.2f”,&m)
D
scanf(“6f”,&m)
参考答案
参考解析
解析:
暂无解析
更多 “单选题若已定义:float m;拟从键盘输入135.78这一数据给变量m,则应选用的语句是()A scanf(“%5.2f”,m)B scanf(“%3.2f”,m)C scanf(“6.2f”,m)D scanf(“6f”,m)” 相关考题
考题
设有定义: int a; float b; 执行 scanf("%2d%f",a,b); 语句时,若从键盘输入876 543.0 回车 , a 和 b 的值分别是A)876 和 543.000000B)87 和 6.000000C)87 和 543.000000D)76 和 543.000000
考题
设已有定义: float x; 则以下对指针变量 p 进行定义且赋初值的语句中正确的是A)float *p=1024;B)int *p=(float)x;C)float p=x;D)float *P=x;
考题
设已有定义:float x;则以下对指针变量p进行定义且赋初值的语句中正确的是( )。A.float *p=1024;B.int *p=(float x);C.float p=x;D.float *P=x;
考题
x,y,z被定义为int型变量,若从键盘给x,y,z输入数据,正确的输入语句是( )。A.INPUT x,y、z;
x,y,z被定义为int型变量,若从键盘给x,y,z输入数据,正确的输入语句是( )。A.INPUT x,y、z;B.scanf(”%d%d%d”,&x,y,&z.);C.sCanf(”%d%d%d”,x,y,z.);D.read(”%d%d%d”,x,&y,&z.);
考题
以下对结构体类型变量的定义中,不正确的是______。A.typedef struct aa { int n; float m; }AA; AA td1;B.#define AA struct aa AA {int n; float m; }td1;C.struct {int n; float m; }aa; srtuct aa td1:D.struct {int n; float m; }tdl;
考题
以下对结构体类型变量的定义中,不正确的是( )A.typedef struct aa { int n; float m; }AA; AA tdl;B.#define AA struct aa AA{ int n; float m; }tdl;C.struct { int n; float m; }aa; struct aa tdl;D.struct { int n; float m, }tdl;
考题
以下对结构体类型变量td的定义中,错误的是 ______。A.typedef struct aaB.struct aa {int n; {int n; float m; float m; }AA; }td; AAtd; struct aa td;C.structD.struct {int n; {int n; float m; float m; }aa; }td; struct aa td;
考题
若变量已正确定义为int型,要给a、b、C输入数据,正确的输入语句是( )。A.B.C.D.A.AB.BS
若变量已正确定义为int型,要给a、b、C输入数据,正确的输入语句是( )。A.B.C.D.A.AB.BC.CD.D
考题
l设已有定义:floatx;,则以下对指针变量p进行定义且赋初值的语句中正确的是( )。A.float*p=S
l设已有定义:floatx;,则以下对指针变量p进行定义且赋初值的语句中正确的是( )。A.float*p=&x;B.int*p-(float)x;C.float p=&x;D.float*p=1024;
考题
以下对结构体类型变量的定义中,不正确的是_______。A.typedef struct aa { int n; float m; }aa; aa td1;B.#define aa struct aa aa{ int n; float m; }td1;C.struct { int n; float m; }aa; struct aa td1;D.struct { int n; float m; }td1;
考题
若变量已正确定义为int型,要通过语句:scanf(”%d,%d,%d”,a,b,给a赋值l、给b赋值2、给
若变量已正确定义为int型,要通过语句:scanf(”%d,%d,%d”,&;a,&;b,&C.;给a赋值l、给b赋值2、给C赋值3,以下输入形式中错误的是( )。(注:口代表一个空格符)
考题
设有定义int a;float b;执行scanf("%2d%f",a,b);语句时,若从键盘输入876543.0,a
设有定义int a;float b;执行scanf("%2d%f",a,b);语句时,若从键盘输入876543.0<回车>,a和b的值分别是______。A.876和543.000000B.87和6.000000C.87和543.000000D.76和543.000000
考题
设有定义:“int a;float b;”,执行“scanf(%2d%f,&a,&b);”语句时,若从键盘输入876543.0回车,a和b 的值分别是( )。A.A.876和543.000000B.87和6.000000C.87和6543.000000D.76和543.000000
考题
设有定义:“int a;float b;”,执行“scanf("%2d%f",&a,&b);”语句时,若从键盘输入876543.0,a和b 的值分别是( )。A.876和543.000000B.87和6.000000C.87和543.000000D.76和543.000000
考题
以下对结构体类型变量td的定义中,错误的是( )。A.typcdef struct aa { int n; float m; } AA; AA td;B.struct aa {int n; float m; } struct aa td;C.struct {int n; float m; } aa; struct aa td;D.struct {int n; float m; }td;
考题
若有定义和语句:int a;char c;float f;scanf("%d,%c,%f",a,c,f);若通过键盘输入:10,A,12.5,则a=10,c=‘A’,f=12.5。( )此题为判断题(对,错)。
考题
若有定义和语句: int a;char c;float f;scanf("%d,%c,%f",a,c,f); 若通过键盘输入: 10,A,12.5,则a=10,c=’A’,f=12.5.
考题
单选题若已定义:int x=12;对①int *p=x;和②*p=x;这两条语句的正确理解是()A
语句①是在对指针变量p定义时初始化,使p指向x;而语句②是将变量x的值赋给指针变量p所指向的变量B
语句①和②中的*p含义相同,都表示给指针变量赋值C
语句①是在对指针变量p定义时初始化,使p指向x;而语句②是将变量x的值赋给指针变量pD
语句①和②的执行结果都是把变量x的地址赋给指针变量p
考题
单选题若已定义:float m;拟从键盘输入135.78这一数据给变量m,则应选用的语句是()A
scanf(“%5.2f”,m)B
scanf(“%3.2f”,m)C
scanf(“6.2f”,m)D
scanf(“6f”,m)
热门标签
最新试卷