错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Functions

  • Orhan Gazi

摘要

In this chapter, we explain functions. Functions are program units written for performing specific tasks. A function may or may not return a value. In fact, every C program contains at least one function, which is the main function. Once you have a main function, you can write other functions for performing specific calculations.