Q. Which standard function is used to find the length of a string?
β
Correct Answer: (B)
strlen()
Explanation: strlen() returns the number of characters in a string before null character.