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

When is the “void” keyword used in a function?

1 Answers  


Why do we write return 0 in c?

0 Answers  


What is the most efficient way to count the number of bits which are set in a value?

4 Answers  


How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?

2 Answers  


What is data structure in c and its types?

0 Answers  


What is c language in simple words?

0 Answers  


code for bubble sort?

1 Answers  


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

0 Answers   Infosys,


what are the advantage and disadvantage of recursion

5 Answers  


What are the types of data types and explain?

0 Answers  


If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.

0 Answers   TCS,


write a c program to print "Welcome" without using semicolon in the whole program ??

15 Answers   Infosys, TCS,


Categories