Tuesday 28 August 2012

Functions

Function is a very important part of C++ Programming.

A Function is a group of statements that is executed when it is called by a point of a program. Following is the  syntax,

type name ( parameter list)  { statements }


No comments:

Post a Comment