Ummmmmmmmmmmmmmmmmmmmm ok
Answer:
Length of char array: sizeof(arr)
Length of a string object: myString.length()
Explanation:
The sizeof approach is generally not recommended, since this information is lost as soon as you pass the array to a function, because then it becomes a pointer to the first element.
1. Option 3
2. Option 2
3. Option 3
The answer to this blanks are black and visible