Subroutine is used to handle a certain task within a program
True
False
Answers
Answered by
1
Explanation:
a subroutine is a sequence of program instructions that performs a specific task, packaged as a unit. This unit can then be used in programs wherever that particular task should be performed.
Subroutines may be defined within programs, or separately in libraries that can be used by many programs. In different programming languages, a subroutine may be called a procedure, a function, a routine, a method, or a subprogram.
Answered by
0
True is the answer
Mark as brainliest
Mark as brainliest
Similar questions