what is meant by a library routine and how is it used?
Answers
Answered by
0
A library routine is a debugged block of code (subroutine, procedure, function etc), often designed to handle commonly occurring problems or tasks. Library routines are stored in a program library and given names. This allows them to be called into immediate use when needed, even from other programs.
Similar questions