Computer Science, asked by divyam432, 1 year ago

define function with syntax and example​

Answers

Answered by bijo7979
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