procedural programming
==== Procedural programming ======
1. Program is divided into small parts called functions.
2. Procedural programming follows top down approach.
3. Including FORTRAN, ALGOL, COBOL, BASIC, Pascal and C.
4. There is no access specifier in procedural programming.
5. Adding new data and function is not easy.
6. Does not have any proper way for hiding data so it is less secure.
7. Overloading is not possible.
8. Function is more important than data.