0
When you use "main" it automatically reads it as "int main". So, at the end, it must return a value. So we will type "return 0;". But, typing "void" before main makes it return 0 automatically, and u need not enter that line at all. "void" means null
9th Jul 2016, 6:26 PM
Coder777