Which is valid string function ?
(A) strpbrk
(B) strlen
(C) strxfrm
(D) strcut
Answers
Answered by
0
The strlen is the valid and correct form of the string function.
- A group or collection of characters that are in an organized sequence.
- The string is one category of datatype.
- There are a variety of operations that can be applied to the string.
- Here, in the given options option(B) is the right answer.
- To find out the length of the string or the characters in the string strlen is used.
Similar questions