Advertisements
Advertisements
Question
Write a note on the features of procedural programming.
Short Note
Solution
Important features of procedural programming:
- Programs are organized in the form of subroutines or subprograms
- All data items are global
- Suitable for small-sized software application
- Difficult to maintain and enhance the program code as any change in data type needs to be propagated to all subroutines that use the same data type. This is time-consuming.
- Example: FORTRAN and COBOL.
shaalaa.com
Programming Paradigms
Is there an error in this question or solution?