answersLogoWhite

0


Best Answer

Look for typedef in it, but I don't think you will find any.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many types in header file in mathh header file in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


Explain about header files used in c language?

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


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 difference between the header file and the preprocessor directive in programming language cpp?

pata nhn


What is the header file of graphics?

The header file of graphics in TurboC is graphics.h


How is possible to addition of two number without including header file in C language?

You do not need a header file to add two numbers in C. You do need the header files if you want to use the run-time library, which includes the ability to format and display the result.


Which header file by default included in c language?

None, but there are some predefined defines, like __STDC__


How do you use cosine in c language?

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


What is the difference between using angular brackets in C language and double quotes in Cpp language to enclose header files?

When you includes any header file using "" that time compiler try to locate this file first from your program's local directory and then from library. But if you include the .h file using <> then compiler assumes you are including some library file.


How do DriveSpy specify file headers?

The file header section conatins the hexidecimal number values for many knownfile types. These hexidecimal numbers are the header data contained in the first several bytesof all specialized data files, such as Microsoft word documents or excel spreadsheets and any associated templates. The file header uniquely identifies the file type. You can use the file header information in Drivespy to search for specific files that might have had their extensions changed.


Which header file needs to be included in a program that uses the data types ifsteam and ofsteam?

#include <fstream>


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.