Computer Science, asked by dipikathakur0819, 3 months ago

how many main () functions we can use in a single C program​

Answers

Answered by divyansh05887
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