在C语言中,只有在使用时才占用内存单元的变量,其存储类型是( )。A.auto和registerB.extern和registerC.auto和staticD.static和register
在C语言中,只有在使用时才占用内存单元的变量,其存储类型是( )。
A.auto和register
B.extern和register
C.auto和static
D.static和register
相关考题:
在C语言中,只有在使用时才占用内存单元的变量,其存储类型是( )。A.anto和registerB.extern和registerC.auto和staticD.static和register
在C语言中,只有在使用时才占用内存单元的变量,其存储类型是( )。A.auto和registerB.extern和registerC.auto和staticD.static和register
在c语言中,只有在使用时才占用内存单元的变量,其存储类型是( )。A.aut0和IegisterB.extern和registerC.aut0和staticD.static和register
在c语言中,只有在使用时才占用内存单元的变量,其存储类型是( )。A.auto和staticB.extern和registerC.auto和registerD.static和register
在C/C++语言中,定义只有在使用时才占用内存单元的变量,其存储类型是()。A.auto和registerB.extern和registerC.auto和staticD.static和register
以下只有在使用时才为该类型变量分配内存的存储单元说明是()A.auto和staticB.auto和registerC.register和staticD.extern和register