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 can you avoid including a header more than once?


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

Post New Answer

More C Interview Questions

What does void main return?

0 Answers  


Explain #pragma in C.

1 Answers  


Difference between for loop and while loop?

1 Answers  


whats the use of header file in c?

2 Answers  


how many keywords do C compile?

7 Answers   Microsoft, Practical Viva Questions,


What is the deal on sprintf_s return value?

0 Answers  


Write a program for deleting duplicate elements in an array

3 Answers   Subex,


What is the use of getch ()?

0 Answers  


What is #line used for?

0 Answers  


what will be the result of the following program ? char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these

2 Answers   IBM,


increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


What is the purpose of #pragma directives in C?

2 Answers  


Categories