niusouti.com
更多“在C语言中,存储类型为( )的变量只在使用它们时才占用存储空间。A.static和autoB.register和autoC. ”相关问题
  • 第1题:

    在C语言中,存储类型为__________ 的变量只在使用它们时才占用存储空间。

    A.static和auto

    B.register和auto

    C.static和register

    D.resister和extern


    错误

  • 第2题:

    在c语言中,存储类型为register和extern的变量只在使用它们时才占用存储空间。


    错误

  • 第3题:

    13、在C语言中,存储类型为__________ 的变量只在使用它们时才占用存储空间。

    A.static和auto

    B.register和auto

    C.static和register

    D.resister和extern


    D

  • 第4题:

    【单选题】C语言中,对于存储类型为()的变量,只有在使用它们时才占用内存单元。

    A.static和auto

    B.register和extern

    C.auto和register

    D.register和static


    auto

  • 第5题:

    在C语言中,存储类型为()的变量只在使用它们时才占用存储空间。

    A.static和auto

    B.register和auto

    C.static和register

    D.resister和extern


    register和auto