Multiple choice The first element of the string is the name of string the first character in the string the length of string the name of array holding the string Reveal answer Fill a bubble to check yourself B Correct answer Explanation In C-style strings (character arrays), the first element of the array is the first character of the string. The string is terminated by a null character.