C Language – Fundamentals
- Used to develop both application programs and system programs.
- Is a high-level programing language.
- Is both a general purpose and a specific purpoes programing language.
- Most popular and common programming language.
- Developed at Bell Telephone Laboratory, USA(Now AT&T) in 1972.
- By Dennis Ritchie & Brian Kerninghan
Characteristics of C
- C is a general-purpose programing language.
- It is a structured programing language.
- Helps in the development of system programs.
- Has a rich set of operators.
- Provides compact representation for expressions.
- Allows manipulation of internal processor registers.
- Has no rigid format. Any number of statements can be typed in a single line.
- Portability.
- Supports a rich set of data types.
- Very less number of reserved words.
- Pointer arithmetic and manipulation.
- Ability to extend itself by adding functions to it’s library.
- Every word in a C program is either a keyword or an identifier.
- All C keywords – lowercase letters.
- Execution of a C program starts with the main().
- There must be one and only one main() in every C program.
- Every C program uses a pair of curly braces – { and }.
- Compiling a C program – translating it into machine language.
Related posts:








Leave your response!