Computer Science, asked by pijushdebbarma89, 7 months ago

you can use the LENGTH$ function to find the length of a string true or false plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzZzzzzzzzzzzzzzzzzzz, folow me plzzzzzzzzzzzzzzzzzz​

Answers

Answered by Albert9044
5

Answer:

give some tough questions

Answered by pruthaasl
0

Answer:

The given statement is false. You cannot use the LENGTH$ function to find the length of a string.

Explanation:

  • There are different in-built functions available to find the length of a string.
  • In C, the strlen() function allows us to find the length of a string.
  • In Java, the in-built length() function gives the length of the string.
  • Python has an in-built len() function to calculate the length of a string.
  • No programming language has an in-built function LENGTH$ which gives the length of a string.

Hence, we cannot use the LENGTH$ function to find the string length.

#SPJ3

Similar questions