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