Computer Science, asked by Nupurguptak6063, 4 months ago

Define function call in c

Answers

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