Changing the standard input and standard output from the command line.

Input Redirection

Provides hello as input

./program < "hello"

Output Redirection

Outputs the results into a file

./program > result.txt