Multiple choice technology programming languages What is the maximum length of a string character ? 256 245 265 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.