define function in c
Answers
Answered by
3
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.
Similar questions
Math,
7 months ago
English,
7 months ago
Math,
7 months ago
Social Sciences,
1 year ago
Math,
1 year ago
Social Sciences,
1 year ago