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 / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Why array is used in c?

969


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2261


Explain how can a program be made to print the name of a source file where an error occurs?

1133


shorting algorithmS

2195


Why can arithmetic operations not be performed on void pointers?

981


what is the function of pragma directive in c?

1060


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

4240


How do I create a directory? How do I remove a directory (and its contents)?

1094


Why pointers are used?

1021


show how link list can be used to repersent the following polynomial i) 5x+2

2190


What is string length in c?

1024


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

1185


How can a number be converted to a string?

1238


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

1069


provide an example of the Group by clause, when would you use this clause

2127