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


Why header files are used?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are integer variable, floating-point variable and character variable?

0 Answers  


52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?

9 Answers  


main() { float a=3.2e40; printf("%d",a); }

9 Answers   Satyam,


what is difference between array of characters and string

18 Answers   Accenture, Nest,


write a program to print infinte number

4 Answers  


Why c language is called c?

0 Answers  


What is the general form of a C program?

0 Answers  


Why is sizeof () an operator and not a function?

0 Answers  


how can i sort numbers from ascending order and descending order using turbo c..

1 Answers  


i want explaination about the program and its stack reprasetaion fibbo(int n) { if(n==1 or n==0) return n; else return fibbo(n-1)+fibbo(n-2); } main() { fibbo(6); }

2 Answers  


x=2,y=6,z=6 x=y==z; printf(%d",x)

13 Answers   Bharat, Cisco, HCL, TCS,


find the minimum of three values inputted by the user

3 Answers  


Categories