Tuesday 20 January 2015

FUNCTION IN C

Function is a group of statement.
Every program has at least one function, that is called main().
Syntax
return_type function_ name((parameter list) {
Body of the functionfunction
}

Reference by
( this is taken by let us c book)

No comments:

Post a Comment