Introduction to C Programming

C a Programming Language :

Before moving C programming first we must know some basic concepts. Do you know what is a language? Why we use language? Basically we all are using different languages to communicate with each other. Right? So we can define language as a communication medium. Using language we can share our ideas and thoughts. 

Now next thing we should know is what is a programming? Program is nothing but a set of instructions used to perform specific task and a art of writing program is called programming. Thus C is a language used to write a programs to communicate with a computer.

History :
C language was invented by Dennis Ritchie at the Bell lab. in 1972 while working on a project of developing UNIX operating system.

Comments

Post a Comment

Please do not enter any spam link in message.

Popular posts from this blog

Write a program to allocate memory dynamically for n integers. Accept the elements and calculate their sum and average

C program to accept names of n cities and search for city named “Pune”.