https://quizack.com/system-programming/mcq/which-of-the-following-is-correct-for-the-standard-file-descriptors-that-are-automatically-opened-in-unix
Answer:
STDIN_FILENO = 0, STDOUT_FILENO = 1, STDERR_FILENO = 2
Note: This Question is unanswered, help us to find answer for this one
More System Programming MCQ Questions