CBSE Class 12 Computer Science
Question 54 of 103
Working with Functions — Question 1
Back to all questionsA program having multiple functions is considered better designed than a program without any functions because
- It makes program handling easier as only a small part of the program is dealt with at a time, thereby avoiding ambiguity.
- It reduces program size.
- Functions make a program more readable and understandable to a programmer thereby making program management much easier.