单项选择题

下列运算符中,在C++语言中不能重载的是

A.*
B.>=
C.::
D./
<上一题 目录 下一题>
热门 试题

单项选择题
下列程序的输出结果为 #include<iostream.h> void main( ) char * a[ ]= hello , the , world ; char * * pa=a; pa++; cout <<*pa<<end1;
A.hello
B.the
C.world
D.hellotheworld
单项选择题
数据库管理系统DBMS中用来定义模式、内模式和外模式的语言为
A.C
B.Basic
C.DDL
D.DML
相关试题
  • 下面程序的输出结果是 #include<iostrea...
  • 下列程序的输出结果是 #include<iostrea...
  • 下面程序的运行结果为 #include<iostrea...
  • 对类成员访问权限的控制,是通过设置成员的...