define function with syntax and example
Answers
Answered by
3
Explanation:
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. ... A function declaration tells the compiler about a function's name, return type, and parameters.
correct answer
Similar questions
Social Sciences,
6 months ago
History,
6 months ago
Math,
1 year ago
Math,
1 year ago
Social Sciences,
1 year ago