-->

Facebook

Jasper Roberts - Blog

Sunday, February 8, 2015

Features of C Language

"Why C is called as middle level language?" explain it.ORExplain Features of C language.

1. C is portable.
- Means if c program is written in one device but it can be run on any devices.
2. C is modular language.

-  C program may be a large program. Large program can be divided into sub program which is called as module.
3. C supports bit-wise operations.- Bit-wise operations allows us to manipulate data bit by bit.Because of modular structure of c, c is also known as structured programming language and c supports bit-wise operations which is the feature of low level language.That's why c is called as middle level language.

No comments:

Post a Comment