what do you mean by function in c?
Answers
Answered by
0
Answer:
A function is a group of statements that together perform a task. Every C program has at least one function, which is main(), and all the most trivial programs can define additional functions. You can divide up your code into separate functions. ... A function definition provides the actual body of the function.
Explanation:
Hope it helps you!........
Similar questions