why we use "include" word before calling the header file. is there any special name for that include??????



why we use "include" word before calling the header file. is there any special name for th..

Answer / 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

More C Interview Questions

program for reversing a selected line word by word when multiple lines are given without using strrev

0 Answers   IBM,


whats the use of header file in c?

2 Answers  


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

0 Answers  


What are header files and explain what are its uses in c programming?

0 Answers  


Write down the program to sort the array.

4 Answers   Impiger,






what value is returned to operating system after program execution?

0 Answers  


Is python a c language?

0 Answers  


Why doesn't C have nested functions?

2 Answers  


a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above

3 Answers  


how to find out the reverse number of a digit if it is input through the keyboard?

6 Answers  


What is the difference between break and continue?

0 Answers  


What are the difference between a free-standing and a hosted environment?

0 Answers   Infogain,


Categories