answersLogoWhite

0

Loads of them. Consult your help, or load these headers into a text-editor.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the header files from random functions?

The header file for random functions ( like rand(), srand() ) is stdlib.h in C and cstdlib in C++.


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.


Is header file the library file?

No. Header files are those which contains declaration part of function & library files are those which contains definition part of function. These are those functions which we called in our program by using header files.


Why you use header files in c?

the use of header files is to add functionality. Header files are basically saying put code in that header file here so you don't have to type that many lines of code.


Which header files contain declaration for the files input and output functions and the macros defined and that are used with file input and output functions?

stdio.h


Are functions defined or declared in header files-oops?

Usually declared only-oops.


Header files in c?

All functions are included without graphics.h.The graphic parameters will not be included.


Can Header file be called in main function or not?

No, main.c does not require a header file. When you have a ".c" and ".h" pair, the ".h" file is to declare the existence of functions that are defined in the ".c" files so that these functions can be called in other files. since "main.c" needs the headers of the other modules (to access their data types and functions) but usually doesn't have a header file itself.Header files aren't "called", they are "included",but usually not inside any function.


Header files in Java programming?

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


In header files whether functions are declared or defined in c language?

Rephrase your question so it is comprehensible.


What are the function of header files?

They declare library functions They contain macro definitions They contain type definitions


Why to use header file to easy know?

in the java as we use the inheritance property in the same way we can get the the inheritance property in c by using the prepared header files( .h files). there a single program in c use the many methods of many header files like math.h give us to use the use of floor(), sqrt() e.t.c. functions..