CBSE Class 12 Computer Science Question 54 of 103

Working with Functions — Question 1

Back to all questions
1
Question

Question 1

A program having multiple functions is considered better designed than a program without any functions. Why ?

Answer

A program having multiple functions is considered better designed than a program without any functions because

  1. It makes program handling easier as only a small part of the program is dealt with at a time, thereby avoiding ambiguity.
  2. It reduces program size.
  3. Functions make a program more readable and understandable to a programmer thereby making program management much easier.