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 use main function?


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

Post New Answer

More C Interview Questions

what is mean by Garbage collection ? Please answer me. Advance thanks.

4 Answers   Excel,


Which of these functions is safer to use : fgets(), gets()? Why?

0 Answers  


what is compiler

7 Answers  


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

0 Answers  


main() { printf(5+"Vidyarthi Computers"); }

6 Answers  


Why is c fast?

0 Answers  


What is the exact difference between '\0' and ""

3 Answers  


how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

0 Answers  


#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }

6 Answers   ME,


void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }

1 Answers  


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?

7 Answers   Geometric Software,


Categories