Computer Science, asked by shahad1932, 10 months ago

what are functions in C language ​

Answers

Answered by ibolbam
4

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.

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

plzzzz mark my ans as brainliest

Similar questions