[(strlen(“India is great”) function will return _______ length of the string.)
Answers
Answered by
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