Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the use of the #include directive?

Answers were Sorted based on User's Feedback



What is the use of the #include directive?..

Answer / nashiinformaticssolutions

The #include directive is used to include header files in a program. For example, #include<stdio.h> includes the standard input-output library.

Is This Answer Correct ?    0 Yes 0 No

What is the use of the #include directive?..

Answer / glibwaresoftsolutions

The #include directive is used to include header files in a program. For example, #include<stdio.h> includes the standard input-output library.

Is This Answer Correct ?    0 Yes 0 No

What is the use of the #include directive?..

Answer / hr@tgksolutions.com

The #include directive is used to include header files in a program. For example, #include<stdio.h> includes the standard input-output library.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");

9 Answers   TCS,


Write a program to print factorial of given number without using recursion?

0 Answers  


What is the difference between single charater constant and string constant?

0 Answers  


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

0 Answers   Aspire,


What does d mean?

0 Answers  


What does 3 periods mean in texting?

0 Answers  


What functions are used in dynamic memory allocation in c?

0 Answers  


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

0 Answers   Wilco,


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

2 Answers   NetApp,


what is difference between ANSI structure and C99 Structure?

1 Answers   Wipro,


what is the hardware model of CFG( context free grammar)

0 Answers   Microsoft,


how to find out the union of two character arrays?

2 Answers  


Categories