| I think void main() is out of date. Much of programmers suggest that using int main() instead of void main(). Honestly, I don't know why too. Anyway,
you don't need to return any value in main() function. It is exceptional.
However, it is recommented to return value.
From siLenTz
Just Sharing my Idea... |