----- Original Message ----- From: "roshni anju" <roshni_a...@yahoo.co.in> To: <c-prog@yahoogroups.com> Sent: Monday, April 06, 2009 11:24 PM Subject: [c-prog] C language
hello Is there anyone who can plz tell me What does Main() function return by default in 'C' Language. Thanx Roshni It can return either an int or nothing. In other words void. void main(void) Bill