Computer Science, asked by rishigameryt, 6 months ago

Give the syntax of declaring a function.
( computer programing )​

Answers

Answered by Anonymous
2

Explanation:

Defining a Function

Return Type − A function may return a value. ...

Function Name − This is the actual name of the function. ...

Parameter List − A parameter is like a placeholder. ...

Function Body − The function body contains a collection of statements that defines what the function does.

Similar questions