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 a sequential access file?
Where does the name "C" come from, anyway?
hi, which software companys will take,if d candidate's % is jst 55%?
Explain what is the concatenation operator?
Tell me with an example the self-referential structure?
Why is c called c not d or e?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Explain how does flowchart help in writing a program?
What is the maximum no. of arguments that can be given in a command line in C.?
What is size of union in c?
write a program to generate address labels using structures?
What are pointers really good for, anyway?
What is the advantage of c?
What is a pointer value and address in c?