Report Bug
Qus : Which library function is used to find the length of a string in C?
QusWhich library function is used to find the length of a string in C?

A. strlen()
B. sizeof()
C. length()
D. strlength()


Solution
A. strlen()






Report Bug