Content deleted Content added
→C programming language: Grammar |
|||
Line 111:
== C programming language ==
{{Main | C programming}}
C programming language is low level architecture independent programming language. In the 1980s,
C lacks high level programming characteristics that high level language provide like [[Object-oriented programming | oops]]. A programmer can implement his/her own objects and object management methods using functions and structures, but that doesn't make
Programmer has full control over program memory including but not limited allocation and deallocation. As such mismanagement of those resources may result undefined behaviour including program crashes or leaking resources.
|