Can i use Two or More Main Funtion in any C program.?
Answer Posted / vadivelt
Main fuction can be called from a main function of same
prototype(recursive call). But multiple definition of a
main function is not possible.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What are shell structures used for?
Write a program to find the biggest number of three numbers in c?
What are the header files used in c language?
What is size of union in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
How to declare a variable?
What is array of structure in c?
What is the difference between exit() and _exit() function in c?
Explain how can I remove the trailing spaces from a string?
What are run-time errors?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is a protocol in c?
What are runtime error?
Is c easy to learn?
Define macros.