Chapter 17
Functions
CHAPTER OUTLINE
17.3 Definition of Syntax Function and Function Prototypes
17.6 Call by Value and Reference
17.7 Function Returning More Values
17.10 Function and Decision Statements
17.11 Function and Loop Statements
17.12 Functions with Arrays and Pointers
17.1 INTRODUCTION
The programs written in C language are highly dependent on functions. The C program is nothing but a combination of one or more functions. Every C program starts with a user-defined function main(). Every time ...
Get Computer Programming and IT 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.