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 is main function in c?
Find MAXIMUM of three distinct integers using a single C statement
How can a process change an environment variable in its caller?
What are linked lists in c?
In a switch statement, explain what will happen if a break statement is omitted?
what do the 'c' and 'v' in argc and argv stand for?
what is the syallabus of computer science students in group- 1?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Do pointers take up memory?
Is python a c language?
What is the use of sizeof?
What is the difference between fread and fwrite function?
What is the purpose of sprintf() function?
what are the different storage classes in c?
What are 3 types of structures?