Programmer's minD
What is program.................
An organized list of instructions that, when executed, causes the computer to behave in a predetermined manner. Without programs, computers are useless.
So, from this tiny definition we can understand what the hell it is !
In a prgram, we instructs the computer to do some kind of jobs with some variables ; here varibles act like ingradients.
There are many programming languages -- C, C++, Pascal, BASIC, FORTRAN, COBOL, and LISP are just a few. These are all high-level languages. We can also write prog in Low-level language like Assembly language .Low -level languages are difficult they are very closer to Machine-level language.