Delicious Digg Facebook Favorites More Stumbleupon Twitter

Tuesday 21 August 2012

how to write "c" program


                         Syntax for 'C-Program'

                 * Program starts with Header files.

                       * Write main function.

                       * Open {

                       * Write statements.

                       * Every statement should ends with semicolon(;).

                       * Close }

                      printf // print the message .

                     * scanf // read the input

0 comments:

Post a Comment