Actually
main is the parent function of all the functions in C. If we don't need any return value we use return type '
void'. we can also use ' int' as return type. After all
main() is also a function there is a flexibility of mentioning return type to it by user .
read more >>