Answers for "What is subroutine ?"

14

subroutine

It's basically a piece of code that can be called and activated
at anytime within a large program. Unlike a function, it does
not have to return any data.
Posted by: Guest on June-22-2020
1

what is a subroutine

functions are subroutines, they are equivilant
Posted by: Guest on July-25-2021

Browse Popular Code Answers by Language