Horje
why do we need return 0 in c? Code Example
why do we need return 0 in c?
The return value is the exit code of your program, the shell (or any other 
application that ran it) can read and use it.
The 0 exit code is a widely accepted convention for 'OK the program execution 
was successfull'. And for non-zero numbers, it conventionally means the 
program didn't execute successfully or there is an error.




C

Related
Input size and elements Code Example Input size and elements Code Example
chevront de vlavier Code Example chevront de vlavier Code Example
enable disable audio listener unity Code Example enable disable audio listener unity Code Example
yum install supervisor amazon linux Code Example yum install supervisor amazon linux Code Example
latest jquery version Code Example latest jquery version Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7