answersLogoWhite

0

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

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Which library file contain the definition of stdioh and conioh header file function definition in C language?

Platform dependent, possibly LIBC.LIB or something like that.


Explain about header files used in c language?

list of header files in c and function prototype associated with each file


How do you use cosine in c language?

Include the header file math.h and use the function acos(d)


What is mean by int 86 in c language?

int86 is a function in TurboC, header dos.h, consult the built-in help.


What is included in signal.h header file of C language?

Constants, typedefs, function prototypes. If you want to know more, load it into a text editor.


Need of preprosser in c language?

to include the header files.


What is the user defined function section in C language?

There are no 'sections' in C source, you can define functions anywhere, except inside another function or variable/type definition.


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 headderfile in c language?

Header File in C/C++ are the files which contains the definition of the pre-defined functions, data-types & constants, etc. By adding the header file you reduce your job of defining the same functions which are defined earlier by someone else & you can use those functions/data-types easily.


What is the function of square root in C programming?

it is sqrt in header math.h


No of header files are there in 'c' language?

It's 1405 in my Linux box.


What is the definition of cout?

COUT is an inbuilt function in c++ language. Cout is used to print something on to the standard output.