📚 Practice Mode

Programming Languages Quiz

Learn at your own pace with hints and detailed explanations

1 / 20
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 ]