Multiple choice

\t is an escape character.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The backslash character followed by a 't' represents a tab character in strings. This is a standard escape sequence in many programming languages.