characteristics of c language

 Characteristics of c programming language 

There's following characteristics of programming, which are given below -



(1) Accurate -  

The programming of a program is a based on certain problem. The problem must be pre-defined clearly with specification of retirement. So the designed program must be accurate to perform the specific task.

(2) Efficient  -

It means the program must not spend much time or over use the processor in executing it's code.

(3) Maintainable -

It means the availability to change age per the now need. With very little modification a program should work for the new needs.

(4) Portable -

It means the program can be easily transfer from one machine to another machine and programs can be carry to any platform to solve the task.

(5) Readable -

The program is also read by co-programmer so the designed program must contain proper comments to explain the code. 

(6) Reliable -

This is the most important characteristics of programming ,program should be reliable.

(7) Robust -

The designed program is expected to continue with its functions even at the an expected error.

(8) Useable -

Program must be easy to use. It must be designe with proper interactive message so that the user can easily got it.

(9) Documentation -

The uses of comments or remarks to explain the code interaction and the mode use of the program is called documentation.



No comments:

Post a Comment