Unit-4
Pointers in C - Definition, Declaring and initialising pointers, accessing address and value
of variables using pointers,Pointer Arithmetic, Advantages and disadvantages of using
pointers.
User Defined Functions - Need , structure of C user defined functions.Categories of user
defined functions - With and without parameters and return type. function call - call by
value, call by reference.