Multiple choice technology programming languages

What is the maximum length of a string character ?

  1. 256

  2. 245

  3. 265

  4. 255

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

255 is the maximum length of a string character in many systems. This limit exists because string length is often stored in a single byte, which can represent values from 0 to 255.