Page 4 - basics of c
P. 4

About “C”



           C programming language-Structured and disciplined


              approach program design.


           C is a structured programming language



           C supports functions that enables easy maintainability


              of code, by breaking large file int smaller modules



           Comments in C provides easy readability


           C is a powerful language



           C programs build from



                            ❑            Variable and type declarations


                             ❑             Functions



                             ❑            Statements



                             ❑            Expressions
   1   2   3   4   5   6   7   8   9