单项选择题

C++语言中,表示一条语句结束的标号是( )。

A. Caption属性
B. BackColor属性
C. ForeColor属性
D. Color属性
<上一题 目录 下一题>
热门 试题

单项选择题
下列程序的输出结果为( )。# include < iostream.h>void main( ){char * a[ ]={ hello , the , world };char * * pa=a;pa ++;cout << * pa <<endl;}
A.hello
B.the
C.world
D.hellotheworld
单项选择题
下列选项中不全是C++语言关键字的是( )。
A. const,break,default
B. long,void,using
C. virtual,extern,include
D. try,throw,this
相关试题
  • 有以下程序:void sort(int a[],int...
  • 有如下程序#include#includeusing names...
  • 有如下程序#include#includeusing names...
  • 下列叙述中正确的是【 】
  • 函数fun的返回值是( )。fun(char*a,c...