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

What is formal argument?

0 Answers  


How can you read a directory in a C program?

0 Answers  


what is the difference between getch() and getche()?

7 Answers   Infosys,


how to find sum of digits in C?

21 Answers   CTS, Infosys,


Why do we use int main instead of void main in c?

0 Answers  






write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

0 Answers   Google,


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014  Npu university

0 Answers  


Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001

2 Answers  


What is ## preprocessor operator in c?

0 Answers  


What is a protocol in c?

0 Answers  


what is the role you expect in software industry?

0 Answers   HCL,


Categories