Multiple choice technology programming languages

non-Unicode letter characters $ and _ cannot be used as the first character of an identifier

  1. True

  2. False

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

The $ and _ characters CAN be used as the first character of an identifier in most languages (C, C++, Java, C#, JavaScript, etc.). Only digits (0-9) cannot be the first character. Letters, underscore, and dollar sign are all valid starting characters.