The C standard only mandates that 0 and EXIT_SUCCESS from <stdlib.h> denote successful termination and that EXIT_FAILURE denotes unsuccessful termination. The values of EXIT_SUCCESS and EXIT_FAILURE...