Computer Science, asked by sangitatambe2812, 8 months ago

Which of the following is a string function?
a. LCM
b. LEN
c. TODAY
d. NOW ​

Answers

Answered by ridhimagoyal0151
15

Answer:

Explanation:

B). LEN

HOPE IT HELPS YOU IF IT IS CORRECT.

FOLLOW ME AND MARK ME AS A BRAINLIEST.

Answered by poojan
3

LEN (Option B) is a string function.

More Information:

Popular string functions are:

strcat - used to concatenate two strings.

strchr - used for the string scanning operation.

strcmp - used to compare two strings.

strcpy - used to copy a string.

strlen - used to get the string's length.

strncat - used to concatenate one string with part of another.

strncmp - used to compare parts of two strings.

LCM is a math function, and TODAY, NOW are the date and time functions.

Learn more:

1. Ch+=2 is equivalent to​

brainly.in/question/21331324

2. A CSS file cannot be linked to a web page. State True or False.

brainly.in/question/21107345

Similar questions