answersLogoWhite

0

What is the header in C programming language?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

A haeder is a text-file, meant to include (#include) into a source-file. Usually it contains variable and function declarations, constants, type-definitions, documentation.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

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

Header files in Java programming?

Java does not require header files like C/C++.


Are header and documentation the same thing in c programming?

Yes.


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.


When was C - programming language - created?

C - programming language - was created in 1972.


What programming language is Android written in?

Android is programmed in the C and C++ programming language.


What is the function of square root in C programming?

it is sqrt in header math.h


What is header function definition in c language?

No predefined 'header' function in the standard C libraries. There are header files, if that's what you mean.


How many header are using in c programming?

No explicit limit, you can use so many header files as you want.


What do you mean by c language?

C is a programming language.


Name of object oriented programming language?

C++ is the name of a programming language.


Example of procedural programming language and object oriented programming language?

example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c


Answers to Programming in C Third Edition by Stephen G Kochan?

Programming in C Third Edition by Stephen G Kochan is a book about a programming language that consists of cross platform usage as long as you had adhered to the rules of the language! This language can be combined with other "SDK" header files or basically code sepearated and formatted to isolated header files that consist of "variable declarations", "function declarations" and perform certain matmatical operations for you as you use the functions in a "modular" way and share peacfully.