Why are functions important in programing
Answers
Answered by
2
This example highlights the two most important reasons that C programmers use functions. The first reason is reusability. Once a function is defined, it can be used over and over and over again. ... Another aspect of reusability is that a single function can be used in several different (and separate) programs.
Answered by
1
Hey mate❗❗Here is your answer..
FUNCTION:-
Function is a part of program that acts on data and often return some values.
⭕✔Functions are important because with its use repetition of the expression can be minimised by only function call.
⭕✔Modularity can also me made properly.
Hope it helps you ...
pratyush98 is always available for your help..
hoping for a favourable response...
thanks
FUNCTION:-
Function is a part of program that acts on data and often return some values.
⭕✔Functions are important because with its use repetition of the expression can be minimised by only function call.
⭕✔Modularity can also me made properly.
Hope it helps you ...
pratyush98 is always available for your help..
hoping for a favourable response...
thanks
Similar questions