Login
Remember
Register
Ask a Question
What is a function in C Language?
0
votes
asked
Mar 17, 2020
in
C Plus Plus
by
rajeshsharma
What is a function in C Language?
#c-language-functions
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 17, 2020
by
Robindeniel
A large program is subdivided into a number of smaller programs or subprograms. Each
subprogram
specifies one or more actions to be performed for the larger program. Such sub programs are
called functions.
...