下列定义变量的语句中错误的是( )。
A.int_int;
B.double int_;
C.char For;
D.float US$;
第1题:
l设已有定义:floatx;,则以下对指针变量p进行定义且赋初值的语句中正确的是( )。
A.float*p=&x;
B.int*p-(float)x;
C.float p=&x;
D.float*p=1024;
第2题:
7、下列定义变量的语句中错误的是()
A.int _int;
B.double int_;
C.char For;
D.float US$;
第3题:
下列定义变量的语句中错误的是()。
A.int _int;
B.char For;
C.double int_;
D.float US$;
第4题:
设已有定义:float x;,则以下对指针变量P进行定义且赋初值的语句中正确的是( )。
A.int*p=(float)x;
B.float*p=&x;
C.float p=&x;
D.float=1024;
第5题:
17、下列定义变量的语句中错误的是()。
A.int _int;
B.char For;
C.double int_;
D.float US$;