next up previous contents index
Next: Standard Input/Output/Error Up: Physics 2101 - Scientific Previous: Defined and existence   Contents   Index

Input/Output

Another major aspect of programming is communicating outside the program - where to send data, and where to get it. This can be something as simple as printing to the terminal screen, or reading in a huge data file and populating an array with the contents.

Subsections