Interview Questions

What are the advantages of the functions?

C Interview Questions and Answers


(Continued from previous question...)

What are the advantages of the functions?

- Debugging is easier
- It is easier to understand the logic involved in the program
- Testing is easier
- Recursive call is possible
- Irrelevant details in the user point of view are hidden in functions
- Functions are helpful in generalizing the program

(Continued on next question...)

Other Interview Questions