" void main() is evil. Use int main(). "
i read this message in the forum. but what is the main reason behind this ?
say i do void main() in my programme then, if i am giving the scope for some other programme to take out any value from my programme ? or any thing different.
what is wrong in void main() ?


(main doesn't need the return statement, 0 is returned implicitly)

