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...

how many header file is in C language ?

Answer Posted / prashant gupta

26 header files in C language.

Is This Answer Correct ?    16 Yes 36 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you determine whether to use a stream function or a low-level function?

1193


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1812


What is the difference between formatted&unformatted i/o functions?

1110


What is malloc and calloc?

1104


Explain what is the difference between functions getch() and getche()?

1112


What is signed and unsigned?

1124


How can I dynamically allocate arrays?

1167


Why we use void main in c?

1231


What is the difference between array and linked list in c?

1209


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

1169


How can you determine the size of an allocated portion of memory?

1361


What is a structural principle?

1243


How can I sort a linked list?

1086


Dont ansi function prototypes render lint obsolete?

1201


Is malloc memset faster than calloc?

1131