Multiple choice technology programming languages

“abc” is a primitive value

  1. True

  2. False

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

"abc" is a string literal, which is an object/array of characters, not a primitive value. Primitive types are basic types like int, char, float, bool. Strings (even string literals) are compound types or objects depending on the language.