Thursday, 1 November 2012

 A First C Program
// A first C  program 

#include <stdio.h



//(this is header)

main( )

{

  printf( “Welcome  to C!\n”);

  printf( “Thank you for using

 me!\n”);

  return 0;

}

No comments:

Post a Comment