InterviewSolution
Saved Bookmarks
| 1. |
What is a subroutine? |
|
Answer» Subroutines are the basic building blocks of computer programs. Subroutines are small sections of code that are used to perform a particular task that can be used repeatedly. In Programming languages these subroutines are called as Functions. |
|