ADVANTAGE AND DISADVATAGE OF C PROGRAMMING LANGUAGE
Advantage of C Programming Language

  • C language is a simple and easy language. Which can be used easily. And the biggest feature of C language is this. The code written in C language is very fast. That is, the execution time of C language is fast.

  • C is a structured programming language. And in C language we can create functions. And you can manage your code even better.
  • Some keywords have been provided by C 32 reserved in C language. Which are words that cannot be used for any other purpose. For which they are predetermined.
  • C is a middle level language. Which is capable of making high level and low level applications. This feature is an advantage for programmers who want to create high level and low level applications.
  • Fastest language after assembly language is considered as C language only. So it is faster than other programming languages. Processing of applications created in C language is very fast.
  • C is a middle Level language means near to machine.
  • C is very Common language in this world.
  •  C is very user friendly as well as structure base language.
  •  C is a small language because it has only 32 keywords.
  •  C is a stable language because it use ANSI (American standards institute ) and turbo compiler.
  •  C is very quick language.
  •  in C library maximum functions and statements available.
  •  C is having modular programming.
  •  C is core language.
  •  C language is a well suited for structure programming.
  •  C is highly portable.
  •  C programming is basically a Colletion of built in functions.



Disadvatage of c programming Language

  • C does not have concept of oops that’s why C++ is developed. 
  •  There is no Runtime checking in C language.
  •  There is no strict type checking. For example, we can pass an integer value.
  •  for the floating data type.
  •  C doesn’t have the concept of namespace.
  •  C doesn’t have the concept of constructor   
  • C Language is a powerful Language. But there are also some short comings in C Language. Which limits C Language. Let us know about some Limitations of C Language.
  • Run time Checking is not done in C Language. It is not able to identify the type of any variable in C Language.
  • C-Language does not support re-usability (inheritance). And exceptions in C Language Cannot be handled at run time.
  • C Language does not support object oriented programming. Such as - Classes, objects, interfaces etc.
  • C Language is used to Create system application or network drivers. Because it produCes Code. Which runs as fast as Code written in Assembly Language. Below are some examples for use in C Language.

Post a Comment

Please do not any spam link in the comment

Previous Post Next Post