单项选择题
在32位的计算机中,一个char型数据所占的内存长度的字节是( )。
A.4
B.1
C.2
D.8
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
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
点击查看答案&解析
相关试题
有以下程序:void sort(int a[],int...
有如下程序#include#includeusing names...
有如下程序#include#includeusing names...
下列叙述中正确的是【 】
函数fun的返回值是( )。fun(char*a,c...