4.3. Function definition:
Syntax:
type function_name(type arg list)
{
Function body;
}
If function definition is written before function call that is before main function then there is no need to write function prototype.
4.3. Function definition:
Syntax:
type function_name(type arg list)
{
Function body;
}
If function definition is written before function call that is before main function then there is no need to write function prototype.
0 Comments