Monday, December 10, 2007

How to define a function

How to define a function

To define a function

Declaration :

type_of_function function_name ( parameter – list)

{ variable declare at here

&ldots;

&ldots;

&ldots;

return expression

}

No comments: