How many main () function we can have in a project?



How many main () function we can have in a project?..

Answer / Rakhi Kumari

There should only be one main function in a C project, as it is the entry point of execution.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Why do we use namespace feature?

1 Answers  


What are dynamically linked and statically linked libraries?

2 Answers  


Why we use void main in c?

1 Answers  


Why is c still so popular?

1 Answers  


Why header files are used?

1 Answers  


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

7 Answers   Infosys,


Why main is not a keyword in c?

1 Answers  


c language interview questions & answer

1 Answers  


What is getch?

1 Answers  


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?

13 Answers   HCL,


write a program to print the one dimensional array.

1 Answers  


Categories