why we use "include" word before calling the header file. is there any special name for that include??????
Answer Posted / amar
include is generally a sentence but in C it helps to include or we can say connect our source program to C header files such that #include<stdio.h>,#include<math.h> etc.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is the difference between far and near ?
What are the different types of linkage exist in c?
What is "Hungarian Notation"?
Explain about the functions strcat() and strcmp()?
In C programming, what command or code can be used to determine if a number of odd or even?
What are local static variables?
Tell me is null always defined as 0(zero)?
What is indirection in c?
What does the c preprocessor do?
What is a global variable in c?
Can we declare variable anywhere in c?
What is function what are the types of function?
Explain the use of fflush() function?
What is the c value paradox and how is it explained?
What are the types of bitwise operator?