A

Admin • 833K Points
Coach

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

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

Explanation by: Admin

strlen() returns the number of characters in a string before null character.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.