What are the features of C? or What is C language ?
The features of 'C' language are:-
1) It is a modular language... i.e. A large problem can be divided into many sub problems(modules) and tnen can be solved individually... Finally with all the solutions ready one can integrate them and find the final solution to that so called large problem...
c-can be used for systems programming and general purpose programs,
applications of c-language
unix operating system(kernal was implemented by c),games,device driver,editor,compiler
very important of c-language is modularity.through which re-usability,
What are the applications and advantages of C-language?
1.'C' is the only intermediate programming language in between low level and high level programming language.
2.All applications written...