Computer Science, asked by parminderkaurmansa, 10 months ago

[(strlen(“India is great”) function will return _______ length of the string.)

Answers

Answered by Anonymous
1

Answer:

The strlen() function calculates the length of a given string. The strlen() function takes a string as an argument and returns its length. ... It is defined in the <string.

Similar questions