how many main () functions we can use in a single C program
Answers
Answered by
2
Answer:
You cannot have more than one main() function in C language. In standard C language, the main() function is a special function that is defined as the entry point of the program.
Similar questions