Multiple choice

In which of the following headers files is FOPEN_MAX macro defined?

  1. math.h

  2. stdlib.h

  3. stdio.h

  4. string.h

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

FOPEN_MAX means the number of files that can be opened by a program at any point of time and is defined in stdio.h. Hence, it is the correct answer.