πŸ“Š C Programming
Q. Which standard function is used to find the length of a string?
  • (A) strlength()
  • (B) strlen()
  • (C) length()
  • (D) strsize()
πŸ’¬ Discuss
βœ… Correct Answer: (B) strlen()

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

Explanation by: Mr. Dubey
strlen() returns the number of characters in a string before null character.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
61
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
93%
Success Rate