Answers for "what is procedural programming"

2

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.
Posted by: Guest on August-04-2021
1

what is procedural programming

The other meaning of procedural programming is functional programming
Posted by: Guest on September-03-2021

Code answers related to "what is procedural programming"

Browse Popular Code Answers by Language