问题详情
答题翼
>
问答
>
计算机类考试
> 正文
目录:
标题
|
题干
|
答案
|
搜索
|
相关
● 在ANSI C 中,sizeof(int)是在 (41) 时确定其占用内存空间大小的。 (41)A. 编辑 B. 编译 C. 链接
● 在ANSI C 中,sizeof(int)是在 (41) 时确定其占用内存空间大小的。
(41)
A. 编辑
B. 编译
C. 链接
D. 运行
请帮忙给出正确答案和分析,谢谢!
参考答案
您可能感兴趣的试题
WIN32 平台下,sizeof(short) = ____,sizeof(int) = ____,sizeof(long) = ____。
答案解析
WIN32 平台下,sizeof(short) = ____,sizeof(int) = ____,sizeof(long) = ____。
答案解析
char str[ ]= "Hello"; char *p=str; int n=10; sizeof(str)=() sizeof(p)=() siz
答案解析
char str[ ]= "Hello"; char *p=str; int n=10; sizeof(str)=() sizeof(p)=() siz
答案解析
● 在ANSI C 中,sizeof(int)是在 (41) 时确定其占用内存空间大小的。 (41)A. 编辑 B. 编译 C. 链接
答案解析
sizeof(float)是()A.函数调用 B.int型表达式C.float型表达式 D.非法表
答案解析
已知: union { int i; char c; float a; }st;则sizeof(st)的值是______。A.4B.5C.6D.7
答案解析