Wednesday, December 19, 2007

How to use the Function

How to use the Function

To use the Function:

Declaration :

type_of_function function_name ( parameter – list)

{ variable declare at here

&ldots;

&ldots;

&ldots;

return expression

}

No comments: