在C语言中,函数默认的存储类型为()。A、autoB、registerC、staticD、extern

题目

在C语言中,函数默认的存储类型为()。

  • A、auto
  • B、register
  • C、static
  • D、extern
参考答案和解析
正确答案:D