1. [单选题]在C语言中,只有在使用时才占用内存单元的变量,其存储类型是( )。
A. anto和register
B. extern和register
C. auto和static
D. static和register
2. [单选题]设已打开5个文件,文件号为1、2、3、4、5。要关闭所有文件,则下列语句中正确的是( )。
A. Close 1,2,3,4,5
B. Close 1,2,3,04,5
C. Close 1-5
D. Close 1,2,3,4,5