Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Wednesday, March 11, 2015

What is function call ?

It is a method of accessing the function property or body to perform a task or to solve a problem. In other word with the help of function call we can access the body of the function to do a job (operation).

If a function does not return a value than syntax for function call:
function_name( arguments );
When a function return a value than syntax for function call:
variable = function_name( arguments );


No comments:

Post a Comment