Multiple choice

The macro EXIT_SUCCESS is defined in ___________header in standard C++.

  1. The,cstdio

  2. The.cstring

  3. The,cstdlib

  4. 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.