Q. What will the function strlen('Hello World') return?
β
Correct Answer: (A)
11
Explanation: strlen() returns the length of the string including spaces.