Function in C

This chapter will cover Function in C Programming -

No Topic - Function in C Programming
9.1 What is Function ?
9.2 What is main Function ?
9.3 Why Function is Used ?
9.4 How Function Works ?
9.5 Types of Function 1 : No Argument and No Return Type
9.6 Types of Function 2 : Argument and No Return Type
9.7 Types of Function 3 : Argument and Return Type
9.8 Rules for Writing Function ?
9.9 Function Parameter : Formal | Actual
9.10 Function Definition | Calling | Prototype Declaration
9.11 Calling Function : Types | Ways Part 1 | Part 2
9.12 Parameter Passing Sequence in Function
9.13 Introduction to Recursive Function
9.14 Pass by Value and Pass by Address