Multiple choice

Which of the following header files is not used in C language?

  1. stdio.h

  2. conio.h

  3. math.h

  4. iostream.h

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

This header file is not used in C language. This is used in C++ language because of its additional features.