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?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is else if ladder?

1081


What the advantages of using Unions?

1299


Is c# a good language?

1063


How can I implement sets or arrays of bits?

1097


What is sizeof int in c?

1119


Which header file is used for clrscr?

1110


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

1127


What are the types of i/o functions?

1425


How can I run c program?

1234


Define the scope of static variables.

1205


What does sizeof int return?

1138


What is omp_num_threads?

1139


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

1103


Can you define which header file to include at compile time?

1078


Explain what header files do I need in order to define the standard library functions I use?

1229