Programming Concepts

Programming Concepts

The process of programming is essentially consists of using one or more of the following.

  • Sequencing

  • Conditional;

  • Loops

  • Variable

  • Array

  • Functions

Be it a small code for calculating area of a rectangle or an operating system running millions of lines of codes, it essentially boils down to use the above in varied manner.