没有搜到到结果?点击这里求解答/求资源。
【单选题】
一个文件中读一个字节存于char c; 正确语句为( )

file.read(reinterpret_cast const char * c), sizeof(c));
file.read(reinterpret_cast char * c), sizeof(c));
file.read(const char *)(c), sizeof(c));
file.read((char *)c,sizeof(c);
【单选题】
一个文件中读一个字节存于char c; 正确语句为( )

file.read(reinterpret_cast (&c), sizeof(c));
file.read(reinterpret_cast (&c), sizeof(c));
file.read(const char *)(&c), sizeof(c));
file.read((char *)c,sizeof(c);
【单选题】
对于一个长度为n字符串,需要占用( )个字节

n
n-1
n+1
n+2
【单选题】
对于一个长度为n字符串,需要占用( )个字节

n
n-1
n+1
n+2
【单选题】
存储一个24×24点汉字字形码需要________。

32字节
48字节
64字节
72字节
【单选题】
一个指针类型变量,占用多少字节存储空间?

2
4
8
16
【单选题】
一个字节二进制最多能编出____不同码。

8
64
128
256
【判断题】
VisualFoxPro中,日期型字段宽度不需用户设置,系统会自动为其设置为8个字节

正确
错误
【判断题】
VisualFoxPro中,逻辑型字段宽度不需用户设置,系统会自动为其设置为8个字节

正确
错误
【单选题】
一个字节表示无符号整数,能表示最大整数是_____。

无穷大
128
256
255