单项选择题
下列对变量的引用中,错误的是( )。
A.int a; int &p=a;
B.Chara;char &p=a;
C.int a; int &p;p=a;
D.float a;float &p=a;
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
retun n*Fun(n-1);
A.int Fun(ira n)
B.int Fun(int n)
C.int Fun(int n)
点击查看答案&解析
单项选择题
设有语句: char str1[]= string ,str2[8],*str3,*str4= string ; 则下列对库函数strcpy()调用不正确的是( )。
A.strcpy(str1,"Hell01");
B.strcpy(str2,"Hell02");
C.strcpy(str3,"Hell03");
D.strcpy(str4,"Hell04");
点击查看答案&解析
相关试题
有以下程序: #include <iostream> u...
类 Contain 的定义如下: class Contai...
以下程序段有( )处错误。 #include ...
有以下程序: #include <iostream> u...
以下程序执行后的输出结果是( )。 #in...