answersLogoWhite

0

What is header file in computer programming?

Updated: 8/20/2019
User Avatar

Wiki User

6y ago

Best Answer

A header file is used in some languages to declare functions that will be used but are not yet defined in the current source code. This is primarily used by C and C++, and usually for library functions and user-defined functions that are stored in separate files and folders than the main source code file.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is header file in computer programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can static variables be declared in a header file in C programming?

Yes (but usually it is a bad idea).


What is the difference between the header file and the preprocessor directive in programming language cpp?

pata nhn


How do you correct the C plus plus programming error missing function header?

You need to #include the header file that contains the missing function's declaration.


What is the use of header files as used in C programming?

Header files are used to have declarations. It is simple to include a single header file than writing all the needed functions prototypes.


How do you concatenate strings in C programming?

strcat if u wnt to use strcat then include string.h header file


Where can one learn about windows H?

Windows h is a header file for the programming language C++. If one were looking to learn about this specific header file there are forums that exist specifically for this topic on the C plus plus help page.


Key-presssing code of bioshh header file in c for computer graphisc?

Header bios.h doesn't have a 'key pressing code'.


A function is declared in C header file When you try to implement in a c source file it is giving error?

The source file must include the header file. Beyond that we can only guess at the problem without seeing the content of the source and header files. Do not post the files here. Such questions are better handled by the many C programming forums available elsewhere on the Internet.


What is the different between header file and header pointer?

Header file is a file which is meant to be included into another file during compilation. Examples: string.h, stdio.h, inttypes.h. Header pointer is a pointer to an object called header (for example header of a linked list).


What is the header file of graphics?

The header file of graphics in TurboC is graphics.h


What does conioh in programming mean?

conio.h is a library function which is predefined in the header file and 'clrscr();','getch();' and many other functions come under this.


What has the author Jerald Brown written?

Jerald Brown has written: 'IBM PC' -- subject(s): File organization (Computer science), IBM Personal Computer, Programming 'PCJR Data File Programming' 'BASIC for the APPLE II' -- subject(s): Apple II (Computer), BASIC (Computer program language), Programming