Computer Science, asked by sharmanilu476, 9 months ago

Describe the term function in c

Answers

Answered by Anonymous
8

Answer:

{\red{\mathcal{thanx\: to \:give \:me\: opportunity \:to\: answer}}}

answer is not full

Answered by Anonymous
0

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.

Similar questions