C Programming tsathi Procedure Oriented Programming (POP): Procedure Oriented Programming consists of a set of instructions to be followed and divide these instructions into smaller parts known as functions in order for the computer to perform. C, VB, FORTRAN, Pascal are a few examples of POP. C Programming is called POP because it divides a large problem(i.e program) in to smaller modules,called function(or procedures). Features of POP : Mainly ...