Write the advantages of using functions.
Answers
Answered by
0
functions reduce the number of statements in a code....it is efficient....
Answered by
2
A function of C language is followed by the bracketed list of arguments.
A function may be called with or without values, thus stopping the running function.
There are many advantages of the application of function.
It is easier to create software programs with different individual functions for each independent task.
So program development is less time consuming and need no extra maintenance cost, as duplication of program code is prevented.
Functions make the programs much easily readable and understandable, as all the implementation details can be hidden.
Similar questions