Computer Science, asked by oscar12, 11 months ago

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

Answers

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

hope it helps ⬆️❤☺

Answered by xmartyprince91
0

Answer:

A function is a unit of code that is often defined by its role within a greater code structure. Specifically, a function contains a unit of code that works on various inputs, many of which are variables, and produces concrete results involving changes to variable values or actual operations based on the inputs.

Similar questions