Powered by Tech-Attacks

Lists of Header files in C , C++ programming

What are Header files?
Header file contains different predefined functions, which are required to run the program.
All header files should be included explicitly before main () function.Header files are also called as Pre-compiled header.

For More Programming related stuffs Click here -> Programming stuffs on Tech-Attacks

Here is some C , C++ programming header files.
  •  
  •   
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  

We can input using two methods

1. #include

     example: #include

2. #include "Header file name"
     example: #include "stdio.h"

No comments:

Post a Comment