Multiple choice technology web technology

Which datatypes are treaded as arrays

  1. Integer

  2. Float

  3. String

  4. Booleans

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

Strings can be treated as arrays in PHP using array syntax, accessing individual characters by index (e.g., $str[0]).