Minoru @AlexFails: со времён Си 99, в общем. В Си 89 было только §2.1.2.2 « If the main function executes a return that specifies no value, the termination status returned to the host environment is undefined» (https://port70.net/~nsz/c/c89/c89-draft.html), в Си 99 уже §5.1.2.2.1 «reaching the } that terminates the main function returns a value of 0. If the return type is not compatible with int, the termination status returned to the host environment is unspecified» (https://busybox.net/~landley/c99-draft.html)
Minoru @AlexFails: со времён Си 99, в общем. В Си 89 было только §2.1.2.2 « If the main function executes a return that specifies no value, the termination status returned to the host environment is undefined» (https://port70.net/~nsz/c/c89/c89-draft.html), в Си 99 уже §5.1.2.2.1 «reaching the } that terminates the main function returns a value of 0. If the return type is not compatible with int, the termination status returned to the host environment is unspecified» (https://busybox.net/~landley/c99-draft.html)
Ну если в си смотреть, то да, в плюсах в 98 появилось