Multiple choice What are two predefined FILE pointers in C? Stdout and stderr Console and error Stdout and stdio Stdio and stderr 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.