Multiple choice technology programming languages

C++

  1. No

  2. Case sensitivity is compiler-determined

  3. Yes

  4. None of the Above

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

This question lacks context, but C++ is a strictly case-sensitive programming language. Therefore, identifiers like myVar and myvar are treated as completely distinct.