Which of the following topics may be discussed in more detail in the text?
A. Overcoming homesickness when in college
B. College as a very important time
C. How to choose courses in college
D. The importance of good grades
E. How to make friends in college
F. How to be independent
查看答案
可在C程序中用作用户标识符的一组是()。
A. and_2007
B. datey-m-d
C. hidr.tom
D. casebig1
在C语言中一个int型数据在内存中占4个字节,则unsignedint型数据的取值范围为()。
A. 0~65535
B. 0~2147483647
C. -2147483647~2147483647
D. 0~4294967295
以下标识符不是关键字的是()。
A. break
B. char
C. Switch
D. return
下列关于long、int和short类型数据占用内存大小的叙述正确的是()。
A. 均占4个字节
B. 根据数据的大小来决定所占内存的字节数
C. 由用户自己定义
D. 由C语言编译系统决定