Subroutines
1.What is subroutine?
=> Subroutine is repeatative block of code for example sort function.
2.Why and how we use subroutine?
=> We place this repeatative code somewhere in memory and whenever we require that code we branch or jump to that code using ...
booleanbug.hashnode.dev2 min read