What is a function in C Language
Answers
Answered by
1
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. ... A function declaration tells the compiler about a function's name, return type, and parameters.
Answered by
0
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. Y
Similar questions
Environmental Sciences,
1 day ago
English,
3 days ago
Hindi,
8 months ago
Science,
8 months ago
Social Sciences,
8 months ago