Define function call in c
Answers
Answered by
4
Answer:
A function is a subprogram that is used to perform a predefined operation and optionally return a value. ... During a function call, a function may accept one or more inputs as arguments, process them and return the result to the calling program.
Similar questions