Introduction
C is a high level programming language and Designed by Dennis Ritchie in AT&T Bell
Laboratories in between 1969 and 1973. C is a powerful, flexible programming language
that provides fast program execution. It is a structured language which means it allows the
programmer to divide the large programme in small section called modules and this
property known as modularity. It is easy for debugging, testing, and maintenance.