The standard streams are pre-connected input or output
channels between a computer program and its environment (typically a text
terminal) when it begins execution.
Standard Input (stdin):
Standard input is data (often text) going into a program.
Standard Output (stdout):
Standard output is the stream where a program writes its
output data.
No comments:
Post a Comment