在C语言中,只有在使用时才占用内存单元的变量,其存储类型是().
A: static 和registe
B: auto和static
C: extern和registe
D: auto和registe
A: static 和registe
B: auto和static
C: extern和registe
D: auto和registe
举一反三
- 在C语言中,只有在使用时才占用内存单元的变量,其存储类型是______ A: auto和static B: extern和register C: auto和register D: static和extern
- C语言中,对于存储类型为( )的变量,只有在使用它们时才占用内存单元。 A: static和auto B: register和extern C: auto和register D: register和static
- 在C语言中,对于存储类型为 ( ) 的变量,只有在使用它们时才占用内存单元。 A: static和auto B: register和static C: register和extern D: auto和register
- 在C语言中,对于存储类型为 ( ) 的变量,只有在使用它们时才占用内存单元。 A: static和auto B: register和static C: register和extern D: auto和register
- 在C语言中,对于存储类型为 ( ) 的变量,只有在使用它们时才占用内存单元。 A: static和auto B: register和static C: register和extern D: auto和register