Explanation: standard input, standard output and standard error. standard input is the data that goes to the program. the standard input comes from a keyboard. standard output is where we print our data with the print keyword. unless redirected, it is the terminal console. the standard error is a stream where programs write their error messages. it is usually the text terminal.
Q. Which is/are the basic I/O connections in file?
β
Correct Answer: (D)
all of the mentioned
Explanation by: Mr. Dubey
standard input, standard output and standard error. standard input is the data that goes to the program. the standard input comes from a keyboard. standard output is where we print our data with the print keyword. unless redirected, it is the terminal console. the standard error is a stream where programs write their error messages. it is usually the text terminal.
Discussion
Question Analytics
532
Total Visits
2 y ago
Published
Mr. Dubey
Publisher
84%
Success Rate