Question: What will be the difference between the output on the screen and the contents of out.txt

  1. The output on the screen will be identical to out.txt
  2. There will be no output on the screen as it's being redirected to out.txt.
  3. The output on the screen will be identical to out.txt plus line numbers.
  4. The out.txt file will hold STDERR and STDOUT will go to the screen.

Answer: The correct answer of the above question is Option B:There will be no output on the screen as it's being redirected to out.txt.