9
Functions
CHAPTER OUTLINE
9.3 Function Definition Syntax
9.6 Call by Value and Reference
9.7 Function Returning More Values
9.10 Function and Decision Statements
9.11 Function and Loop Statements
9.1 INTRODUCTION
It is laborious to prepare and maintain a large size program. Moreover, identification of flow of data is difficult to understand. The best way to prepare a programming application is to divide the bigger program into small pieces or modules, and the same modules can be repeatedly called from the main() ...
Get C Programming now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.