Advertisements
Advertisements
प्रश्न
Write a note on the features of procedural programming.
टिप्पणी लिखिए
उत्तर
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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?