Tag: types of functions in c
-
Functions used in C programming
C program is a nothing but a collection of functions. Now, what is meant by function?… A function is defined as a self contained block of statements that perform a specific task of some kind or it is simply a group of statements that together perform a task. So, functions are classified into two types…