----- Original Message ----- From: "roshni anju" <[email protected]> To: <[email protected]> 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
