In the C programming, data types specify an extensive system used for declaring variables or functions of different types. The C data type of a variables determines how much space it occupies in memory and how the bit pattern stored in memory will be understand by processor.Various arithmetic datatypes...
Ads
Showing posts with label C Programming. Show all posts
Showing posts with label C Programming. Show all posts
Monday, August 12, 2019
Features of C programming Language
1. Modularity.
2. Portability.
3. Extendibility.
4. Speed.
5. Flexibility.
6. Compactness.
7. Case Sensitive
Modularity: Ability to breakdown a large module into manageable sub modules called as modularity, that is an important feature of structured programming...
The C programming language was devised in the early 1970s by Dennis M. Ritchiean employee from Bell Labs (AT&T).
In the 1960s Ritchie worked, with several other employees of Bell Labs (AT&T), on a project called Multics. The goal of the project was to develop an operating system...
C is a computer programming language. That means that you can use C to create lists of instructions for a computer to follow. C is one of thousands of programming languages currently in use. C has been around for several decades and has won widespread acceptance because it gives programmers maximum control and efficiency....