Features of C Programming Language

Sunday, January 17, 2016

Features of C Programming Language

C-Language is a programming language widely used for systems programming. Its exhibits the following specific characteristic :
• it is structured programming language
• it is a general purpose programming language
• it has rich and powerful set of oerators.
• it supports a rich set of data declaration and data type.
• it has 32 reserved words.
• it provides low- level access to computer memory by converting machine address to typed pointers.
• it allows manipulation of internal process registers.