An Overview of C Features of C Programming Language
An Overview of C Features of C Programming Language
1
An Overview of C
Features of C Programming Language :
1. Low Level Features:
C Programming provides low level features that are generally
provided by the Lower level languages. C is Closely Related to
Lower level Language such as Assembly Language.
It is easier to write assembly language codes in C programming.
2. Portability:
C Programs are portable i.e they can be run on any Compiler with
Little or no Modification.
Compiler and Preprocessor make it Possible for C Program to run
it on Different PC.
3. Powerful:
Provides Wide verity of Data Types
Provides Wide verity of Functions
Provides useful Control & Loop Control Statements
4. Bit Manipulation:
C Programs can be manipulated using bits. We can perform
different operations at bit level. We can manage memry
representation at bit level. [Eg. We can use Structure to manage
Memory at Bit Level].
Applications of C Programming :
C language is used for creating computer applications.
Used in writing Embedded softwares.
Firmware for various electronics, industrial and communications
products which use micro-controllers.