Welcome to A,B,C,D.. of C-Programming
C Language is well suited for structured programming. It’s requiring the user to think of a problem in terms of
function modules or blocks. A proper collection of these function modules would make a complete program.
A C Program is basically a collection of functions that are supported by the C library. User can add own functions to the C library……..
Comments