how many main functions can be used in c
Answers
Answered by
2
Answer:
There are 2 main types of functions in C
1. Standard library functions
2. User-defined functions.
Answered by
1
2 types of main functions are present in C language. But only one main function can be used in one program
Similar questions