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 the collection of communication lines and routers called?
Which is the best website to learn c programming?
Create a simple code fragment that will swap the values of two variables num1 and num2.
How can I invoke another program or command and trap its output?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Can a pointer be static?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Why is not a pointer null after calling free?
Explain what are bus errors, memory faults, and core dumps?
What is a static function in c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is the use of in c?
What are structural members?
Explain how do you print only part of a string?
Is main a keyword in c?