Thursday 14 May 2015

Features of C

Following are the features of C:
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.

2 . Portability: C Programs are portable i.e they can be run on any Compiler with Little or no Modification.

3 . Powerful: Provides Wide variety of Data Types, Functions, useful Control  Loop Control Statements

4 . Bit Manipulation: C Programs can be manipulated using bits. We can perform different operations at bit level.

5 . High Level Features: It is more User friendly as compare to Previous languages. Previous languages such as BCPL, Pascal and other programming languages never provide such great features to manage data.

6 . Modular Programming: Modular programming is a software design technique that increases the extent to which software is composed of separate parts, called modules C Program Consist of Different Modules that are integrated together to form complete program.

7 . Efficient Use of Pointers: Pointers has direct access to memory. C Supports efficient use of pointers. .

No comments:

Post a Comment