FUNCTION IN C
Section outline
-
Function: Introduction of Function, Function Main, Defining a Function, Accessing a Function, Function Prototype, Passing Arguments to a Function, Recursion, Storage Classes: auto, extern, static, register.