Introduction to C
- C is the one of the most popular General purpose program languages.
- C language has been designed and developed “Dennis Ritchie” At At & t bell laborating, in 1972
- BCPL: Martin Richards - 1967
(BCPL means Basic combined
program language)
- B : Ken Thomson - 1970
- C : Dennis Ritchie - 1972
Types of languages :
There are 3 types of languages i.e,
1. Machine level language
2. Assembly level language
3. High level language
Machine level
language
- It is a computer natural language, which can be directly understood by the system. This language is Machine dependent
- It is not a portable
- A program written in 1’s and 0’s (zeros) is called a Machine language
- A binary code is used In a Machine language for a specific operation
Assembly level
language:
- The program is in Alpha Numeric symbols instead 0's(zeros) and 1's.
- The Designer choose's easily symbols that are remember by the programmer. The programmer can easily developed the program in Assembly language
- The Alpha Numeric symbols are called Mnemonics in assembly language
- The ADD, SUB, MUL, DIV, RLC and RAL are some symbols called "Mnemonics "
High level language :
- Procedure - Oriented languages are high level languages.
- This languages are employed for easily and speedy development of a program.
- This disadvantages of assembly level language are overcome by high level language.
- The compilers are used to translate high level languages to machine language.
- Examples of high level languages are COBOL, FORTRAN, BASIC, C, C++.
0 Comments
Enter the comments
Emoji