The Birth of C Language

🔺Introduction of C language 
C is computer based programming language developed by Dennis Ritchie in 1972. 
The earlier name of c language was B language .  C is the casesensative language ,all the reserved word of C-language are written in lower case .If we write the upper case error will be accur .

* What are programing language ?
Ans:- Programming language is a language which is use to write a program .programming language is use to basically communicate with computer . Mostly programming language use by devloper for devloped  the software  to perform the task in our computer .
Some example of programming language are C, C++, JAVA, PYTHON, ....etc

*What is program?
Ans:-In simple language a program can be define as statement and set of statements which perform the specific task . Tthe following is a program to print a message.

Input :

    

Output:

Powered by Blogger.