What do you mean by Function? Name some of the function?
Answers
Answered by
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
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