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


In which header file is the null macro defined?


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

Post New Answer

More C Interview Questions

What is pragma in c?

0 Answers  


Write a program for Overriding.

0 Answers  


Explain #pragma statements.

0 Answers  


output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }

2 Answers   Elysium,


cavium networks written test pattern ..

0 Answers   Cavium Networks,


main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }

7 Answers   HCL,


Are the variables argc and argv are always local to main?

0 Answers  


In a switch statement, explain what will happen if a break statement is omitted?

0 Answers  


What is the purpose of ftell?

0 Answers  


which of 'arrays' or 'pointers' are faster?

5 Answers  


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


What is indirection?

0 Answers  


Categories