C PROGRAMMING LANGUAGE
C is a General Purpose, Procedural, High-level Programming Language used in the Developments of Computer Software and applications, systems programming, Games and mane more developed by Denise Ritche in 1972 at AT&T Bell Laboratory in USA. it was mainly developed as a system programming language to write the UNIX operating System.
The main feature of the c Programming language:
- General purpose and Potable.
- Low- level Memory Access.
- Fast Speed.
- Clear Syntax.
Programme: A set of instruction used to Perform a Particular Operation is called Program.
Steps
in learning English Language:
Steps in learning C:
Programming
Language: The
Language by which user can be able to develop a programme and Successfully
Execute it is called as Programming Language.
The manly Program language are two different types of:
- Procedure oriented/ Function Oriented/ Logic Oriented Programming Language.
- Object Oriented Programming language.
1. Procedure oriented language:
- The Language which develops by the concept of Top-Down Approach is called as Procedure Oriented/function/logic Oriented Programming Language. Example C, C++
- The Approach Which Concepted Logic Rather than data is called as Top-Down Approach.
- The Language which develops by the concept of Bottom-up Approach is called as object-oriented programming language. Examples:- C++, java, Python, .net and etc.
- The Approach is Concepte up data rather then logic is called as Bottom-up Approach.
Classification of Programming Languages: -
These languages vary
in the level of abstraction they provide from the hardware. Some programming
languages provide less or no abstraction while some provide higher abstraction.
Based on the levels of abstraction, they can be classified into two categories:
- High-level Programming Language.
- Low-level programming Language.
High-level or Problem oriented programming have been designed to giving a better Programming efficiency Faster program development. and end user readable and understood this type programming language. Example: - Python, java, C++, JavaScript, Ruby, PHP.