KnowledgeBoat Logo
|

Computer Applications

Which of the following is not an advantage of functions ?

  1. it helps cope up complexity in programs
  2. it makes subprograms reusable
  3. it hides the implementation details
  4. it offers mathematical solutions of problems

User Defined Methods

10 Likes

Answer

it offers mathematical solutions of problems

Reason — A function helps cope up complexity in programs, makes subprograms reusable and hides the implementation details. It does not offer mathematical solutions of problems.

Answered By

5 Likes


Related Questions