answersLogoWhite

0

main refers to the entry point of an application. All programs must have a main() function that returns an integer to the calling program or script. The return value can be used for any purpose, but generally a non-zero negative value is used to indicate that an error occurred (zero meaning no error).

User Avatar

Wiki User

13y ago

What else can I help you with?