Table of Contents
Characteristics of C Programming:-
- Integrity: – This refers to the accuracy of the calculations. Calculations must be performing correctly.
- Clarity: – This refers to the overall readability of the program, with particular emphasis on its underlying logic. If a program clearly written, it should be possible for another programmer to follow the program logic without much effort.
- Simplicity:– the clarity and accuracy of a program are usually enhanced by keeping things as simple as possible, consistent with the overall program objectives.
- Efficiency: –efficiency is related with execution speed and efficient memory utilization.
- Modularity: – Many programs can be broken down into a series of identifiable subtasks, which can be implemented as a separate program module.
- Generality: – A program must be as general as possible, for example, we may design a program to read in the values of certain lay parameters rather than placing fixed values into the program.
Add Your Heading Text Here
You May Like to Browers More


