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 return type of main is not necessary in linux


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

Post New Answer

More C Interview Questions

why array index always starts from zero??

4 Answers   TCS,


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


How can I call a function, given its name as a string?

4 Answers   ABC Telecom,


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }

4 Answers   CitiGroup,


What do you understand by normalization of pointers?

0 Answers  


What does stand for?

0 Answers  


code for replace tabs with equivalent number of blanks

0 Answers   Bosch,


Write a program to swap two numbers without using third variable?

0 Answers  


write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

1 Answers   iGate, Shashi, Source Bits, Subex,


Why is it important to memset a variable, immediately after allocating memory to it ?

0 Answers  


Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?

2 Answers  


Why pointers are used?

0 Answers  


Categories