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 do we write return 0 in c?


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

Post New Answer

More C Interview Questions

What is graph in c?

0 Answers  


main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?

1 Answers   GATE,


What are signals in C?

2 Answers  


What is c++ used for today?

0 Answers  


How do we open a binary file in Read/Write mode in C?

0 Answers   Alter,


What is the use of the #include directive?

3 Answers  


which header file contains main() function in c?

17 Answers   Google, HCL, TCS,


Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?

4 Answers   TCS,


What is the difference between getch() and getche()?

1 Answers   NSPL,


Write a code to generate a series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


How was c created?

0 Answers  


Using which language Test cases are added in .ptu file of RTRT unit testing???

0 Answers  


Categories