问题
-
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.非法表