Multiple choice

The variables that can have values in the form of a sequence of characters and are represented by an alphabet and a '&' sign at the end is called _________.

  1. numeric value

  2. character

  3. string variable

  4. none of these

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

In BASIC, variables that store strings (sequences of characters) are denoted by a '$' sign at the end of the variable name.