目录: 标题| 题干| 答案| 搜索| 相关
问题

In C language,functions are important


In C language,functions are important because they provide a way to(69)code so that a large complex program can be written by combining many smaller parts.

  • Amodify
  • Bmodularize
  • Cblock
  • Dboard
参考答案
参考解析:

解析:在C语言中,函数是很重要的。因为函数具有把代码模块化的功能,通过代码模块化,一个大且复杂的程序能够写成多个小程序的组合。

分类:其他