A

Admin • 833K Points
Coach

Q. Which function is used to find the length of a string?

  • (A) strlen()
  • (B) size()
  • (C) strlength()
  • (D) length()
  • Correct Answer - Option(A)
  • Views: 17
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

strlen() returns the number of characters before null terminator.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.