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 |
Why do we use namespace feature?
What are dynamically linked and statically linked libraries?
Why we use void main in c?
Why is c still so popular?
Why header files are used?
what is the difference between getch() and getche()?
Why main is not a keyword in c?
c language interview questions & answer
What is getch?
c program to print a name without using semicolon
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
write a program to print the one dimensional array.