Computer Science, asked by areebahussain, 23 hours ago

What do you mean by Function? Name some of the function?

Answers

Answered by roybarmansan
3

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().

Answered by airishlahon422
2

Explanation:

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()

PLEASE MARK ME AS BRAINLIEST

Similar questions