Computer Science, asked by hemabhigya99, 6 months ago

We use the concept of function for the following reason?

a) To use divide and conquer strategy
b) For code reusability
c) Enhances the logical clarity of the program
d) All of the above.

Answers

Answered by Ally1234
0

Answer:

CHAPTER NAME??????????

Answered by Anonymous
0

The concept of function is used for all the given options.

  • A function in common is a logical block of explicit statement typically performing the specific task.
  • The feature of divide and conquer strategy is employed for code re-usability and also to boost the program's logical consistency.
  • The function reduces the number of direct lines for repeated functionality.
  • It also enables the reusability of a specific code by calling the necessary function implemented. A reusable code represents the use of similar code in multiple functions.
  • A function is a fundamental modular unit and also enhances the logical clarity of the program.

Similar questions