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


Can a program have multiple main() functions?



Can a program have multiple main() functions?..

Answer / nashiinformaticssolutions

No, only one main() function is allowed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Why is c called a structured programming language?

0 Answers  


Tell me can the size of an array be declared at runtime?

0 Answers  


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

0 Answers   Ignou,


write a program to display & create a rational number

1 Answers   HCL, TCS,


Write a program to use switch statement.

0 Answers   Agilent, Integreon, ZS Associates,


what is unsigened char and what is the difference from char

2 Answers  


What is file in c preprocessor?

0 Answers  


20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????

2 Answers  


Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.

4 Answers  


when to use : in c program?

2 Answers  


what is C?

9 Answers   Syntel,


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

0 Answers  


Categories