Advertisements
Advertisements
Question
Write the syntax of functions.
Short/Brief Note
Advertisements
Solution
The syntax of a function definition is:
Function function-name(parameters list)
{
Declaration of variable Executable statements;
}
shaalaa.com
Is there an error in this question or solution?
