Multiple choice In which of the following headers files is FOPEN_MAX macro defined? math.h stdlib.h stdio.h 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.