Multiple choice

What are two predefined FILE pointers in C?

  1. Stdout and stderr

  2. Console and error

  3. Stdout and stdio

  4. Stdio and stderr

  5. Errout and conout

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

Standard C defines three predefined FILE pointers: stdin, stdout, and stderr. Option A correctly identifies stdout and stderr. 'Console', 'error', 'stdio', 'errout', and 'conout' are not standard predefined FILE pointers in C.