Computer Science, asked by dugguvashistha, 2 months ago

2. What do you mean by Function? Name some of the Functions​

Answers

Answered by Anonymous
4

A function is a group of statements that together perform a task. A function declaration tells the compiler about a function's name, return type, and parameters. Some functions are : sum(),area().

Answered by snehasneha4136
2

Answer:

A function is a group of statements that together perform a task. A function declaration tells the compiler about a function's name, return type, and parameters. Some functions are : sum(),area().

Similar questions