Header Ads Widget

Ticker

6/recent/ticker-posts

Function definition

             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.

Post a Comment

0 Comments