next | previous | forward | backward | up | top | index | toc | home

stdio -- the standard input output file

Description

stdio the standard input output file.

Use this file to get input from the terminal, or to display information on the user's screen. This is the file always used by print and used << if it is not explicitly given a file.

For the programmer

The object stdio is a file.