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 / vishal rana

#include<stdio.h>
#include<conio.h>
#include<math.h>
#include<string.h>
#include<malloc.h>
#include<process.h>
#include<time.h>
#include<calloc.h>
#include<graphic.h>
#include<limits.h>

Is This Answer Correct ?    34 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you please explain the difference between malloc() and calloc() function?

1123


Is it possible to pass an entire structure to functions?

998


How the c program is executed?

1159


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

1058


Why functions are used in c?

1140


Differentiate abs() function from fabs() function.

1019


What is the difference between procedural and functional programming?

1079


write a program fibonacci series and palindrome program in c

1046


Explain bitwise shift operators?

1251


Which is the best website to learn c programming?

1078


What is pointer to pointer in c?

1114


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1556


What is strcmp in c?

1125


Are there any problems with performing mathematical operations on different variable types?

1040


Write a code on reverse string and its complexity.

1036