Blogger Tips And Tricks|Latest Tips For Bloggers Free Backlinks

Sunday 11 November 2012

Is it possible to write the C program without header file?

Is it possible to write the program without header file,Is it possible to write the C program without header file,write the program without header file,C program without header file,write the program without header file,C without header file,write the C program without header file,possible to write the C program without header file

 C program without header file

    Yes,It is possible because the file name is saved with ".c" extension (ahamad.c) it will be automatically included the header file.        .
         Eg:-     File name is ahamad.c
  
     Sample program:      
                                         main()
                                         {
                                              printf("Welcome to C");
                                          }
              The above program will compile and execute without header file because the file name is ahamad.c but don't forget to save with ".c" extension.

1 comments: