Function, Arguments, & Parameters



In this occasion, i would like to explain about Function, Arguments, & Parameters in C 

What is function??
 
Function is a group of statements which perform a task together. Usually function used whenever we know that we would use the same function . Function should be consist of an input (variable) and an output (at least one). 

What is parameter?? 

Parameter is that is passed into a function


What is argument??

Argument is parameter IN CONDITION you’re calling a function.

this is the example..

 
 this is the complete source code example with the explanation..
 click to enlarge