What are the characteristics of C Language?



What are the characteristics of C Language?

C is very popular language due to it's qualities and characteristics. Some of them are given below:-
  • C is popular for it's modularity characteristics. In it we can divided the large modules to small - 2 modules. It is very important in respect to give easiness to work.
  • Portability is also good characteristic. C language provides the portability. We can take or run our software anywhere due to it's portable nature.
  • C is structured Language.
  • C provides high speed to programmer because it is easy to write.
  • C provides the pointer functionality.
  • C can manage the low level activity.
  • We can compile the C programs in different -2 computers.
  • C provides the flexibility to programmers.
  • We can develop the efficient programs with the help of C.
  • C provides the extensive use of function calls.

No comments:

Post a Comment