Computer Science, asked by seemakushwaha2008, 3 months ago

3. What do you mean by a function? Name some of the
functions?​

Answers

Answered by mannat200891
1

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