Multiple choice

________ header file should be included to use an exit function.

  1. Iostream.h

  2. String.h

  3. Process.h

  4. Conio.h

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

To use exit function process.h, header file has to be included in the program.