DOES YOUR COMPILER ALLOW VOID MAIN( ) AND INT MAIN( )

18. Does your compiler allow void main( ) and int main( )? What warnings are issued if you have int main( ) and do not supply a return 0; statement? To find out, write sev-eral small test programs and perhaps ask your instructor or a local guru.