Multiple choice

_______ header file is required in C++ to test characters for certain properties.

  1. <float.h>

  2. <assert.h>

  3. <limits.h>

  4. <ctype.h>

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

It contains function prototypes for functions that tests characters for certain properties.