The main is a part of every C program permits different types of main statement.
Following types allowed-
Following types allowed-
1.main ()
2. int main ()
3. void main ()
4. main(void)
5. void main(void)
6. int main(void)