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
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is the use of define in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is wrong with this program statement?
How can I discover how many arguments a function was actually called with?
Explain what does it mean when a pointer is used in an if statement?
What is a null string in c?
Can we declare a function inside a function in c?
what type of questions arrive in interview over c programming?
What are the types of c language?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
explain what are pointers?
How to draw the flowchart for structure programs?
Which are low level languages?