Programming Languages Quiz

Casual Mode - Take your time!

1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Following test option may be used to check whether the stdin in a given script is a terminal

  1. [ -t 0 ]
  2. [ -t 1 ]
  3. [ -T 0 ]
  4. [ -T 1 ]
Change Mode