Multiple choice The macro EXIT_SUCCESS is defined in ___________header in standard C++. The,cstdio The.cstring The,cstdlib The,iostream Reveal answer Fill a bubble to check yourself C Correct answer Explanation This macro expands to a system-dependent integral expression that, when used as the argument for function exit should signify that the application was successful. It is defined in header cstdlib.