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

How to add two numbers with using function?

4 Answers  


how to find the given number is prime or not?

6 Answers   IMS, ING,


to get a line of text and count the number of vowels in it

3 Answers   Satyam,


What is #line in c?

0 Answers  


In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  






what is stack , heap ,code segment,and data segment

0 Answers  


What is a union?

0 Answers  


The variables are int sum=10,SuM=20; these are same or different?

3 Answers  


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

0 Answers  


What is variables in c?

0 Answers  


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

0 Answers   KPIT,


WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *

3 Answers   Infosys, TCS,


Categories