The LEN function is used to find the length of the string
true or false
Answers
Answered by
3
The LEN function is used to find the length of the string. The statement is true.
- The function is a specific operation performed on any object.
- The function LEN as its name implies returns the output as the length of that particular object.
- Any type of data can be evaluated using the LEN function.
- In the case of the string type, the function's output will be the length or the character count in that string.
- So, the given statement is the right one.
Similar questions