Free Hosting

Introduction to programming languages


Today if we will see the programming languages these are far away from the old programming .In past year when these programming languages like C ,C++,C# are not developed can you imagine how the programming was done lest show you .


In Past time in the evolution of computer the first program which was written was in Machine Language. In Machine Lagu

Example :-

101010
101011
111010
111011
100101
100101

In Past time The programming is done in what that is Assembly Language .

Example:-

Load A ,1000
Load B,1002
Add  A,B
STA 1003,C


This above program is written in Assembly language. I will ask you a question do you understand it what it is written in assembly language probably noting. That is why high level programming languages are developed.
In High Level Programming languages the text written is similar to the English word so now a day programmer can develop the code without knowing the hardware level concepts. The high level programs are like:-
#include<stdio.h>
void main()
{
          printf(“Hello”);
}


  

0 comments:

Blogger Template by Clairvo