The socket.h header file contains definitions for programs that require socket network services; by using this file you can use the predefined definitions for things that would ordinarily take hundreds of lines of code.
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.
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).
C programs do not require header files. If you want a C program without header files, you can simply not create them. However, you may or may not be able to include your non-header file source files.
The header file of graphics in TurboC is graphics.h
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.
Header Record
Header files are not much different from usual cpp files. There are basically two different things. It's file extension: you need to choose "header file" when you create it or save as .h file. Second is header files do not have main() function. When you are done with you header file do not forger to include it in your project by writing preprocessor directive:#include "your_header_file.h"
stdbool header file use for a new data type that is boolean value
The FILE type is declared in stdio.h.
Not possible. Always make backup copies.
There is no system header called share.h, but if there were, it would be: #include <share.h>
Yes, if you are using Microsoft Word it will be the same on a Mac or a PC.