Answer Posted / raj
This is for including Header files in your 'C' program.
Header files means to include built-in files of your C
library.The #include directive tells the preprocessor to
treat the contents of a specified file as if those contents
had appeared in the source program at the point where the
directive appears. You can organize constant and macro
definitions into include files and then use #include
directives to add these definitions to any source file.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the use of typedef in structure in c?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Why is c so important?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
How can I run c program?
What is context in c?
Tell us something about keyword 'auto'.
What are the types of type specifiers?
Is it better to bitshift a value than to multiply by 2?
How do you do dynamic memory allocation in C applications?
Difference between strcpy() and memcpy() function?
Why c is called a mid level programming language?
What is the best way to comment out a section of code that contains comments?
What do header files do?