Can i use Two or More Main Funtion in any C program.?
Answer Posted / madhu cherukuri
always the c program starts from main function only.if we
will write two main functions then it is confusion to complier.
one more import point the main function it self can not
executed one more internal function i.e start function
called the main function then main starts execution.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is || operator and how does it function in a program?
Who developed c language and when?
What is derived datatype in c?
Explain how do you determine whether to use a stream function or a low-level function?
What is #define size in c?
How do I use strcmp?
Why is C language being considered a middle level language?
What is a list in c?
Differentiate between functions getch() and getche().
to find the closest pair
Why do we use int main instead of void main in c?
What is the description for syntax errors?
What does 2n 4c mean?
What is hungarian notation? Is it worthwhile?
Why is it that not all header files are declared in every C program?