Posts

Showing posts from April, 2020

What is C Programming language ?

Image
Introduction to 'C' Language C was developed in the early 1970s by Ken Thompson and Dennis Ritchie designed a file system  at Bell Labs in order to provide a more convenient environment for programming.The C Language possesses the powerful low level features of second generation languages like pointer ,memory allocation etc.It also support conditional construct ,loop construct ,a rich list of operators as in third generation language.