Multiple choice

Which of the following header files in C++ is used to declare conversion routines, search/sort routines and other miscellaneous things?

  1. stdio.h

  2. iostream.h

  3. stdlib.h

  4. iomanip.h

  5. math.h

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

This header file in C++ is used to declare conversion routines, search/sort routines and other miscellaneous things.