Computer Science, asked by sptiwarishiv, 9 months ago

What do you mean by a function ?Name some functions​

Answers

Answered by harisankar34
105

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 as Brainliest Answer.

I am Harisankar34.

Answered by ramya2316
39

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. A function definition provides the actual body of the function. The C standard library provides numerous built-in functions that your program can call.

Explanation:

Hope it is helpful for you ♥

Similar questions