Functions in C Language
What is a Function A function is a self contained block of code that does some specific task. A function definition has a header and body. Header A header of a function is made up of Return type: It is the data type of the value being returned by the function. If a function […]
Functions in C Language Read More »









