Question:What is internal subroutine?
Answer
An internal subroutine is part of the program that uses it.
Question:What is internal subroutine?
An internal subroutine is part of the program that uses it.
Question:By which outline the subrutines flowchart begins and ends ?
The subrutines flowchat begins and ends by Terminal outline
Question:Why are the external subroutines used for?
External subroutines are used for tasks that more than one program is likely to want performed : for example, calculating a square root.
Question:What is Modular programing ?
An early stage in the devloment of structured programing.A program is broken down in to pieces,or modules which can be coded and tested separately.
Question:Define output editing.
Operations performed on output to be printed to make it easier for a human being to read and understand, such as inserting commas and decimal points, suppressing leading zeros, and including dollar sign.