Computer Science, asked by karan9751, 9 months ago

(strlen(“India is

great”) function will return _______ length of the string.)​

Answers

Answered by ABHINAV123421
6

Answer:

I cannot understand your question.

Please mark as the Brainliest Answer.

Answered by roopa2000
0

Answer:

The length of the string is 14

Explanation:

Strlen is a library function in C / C++ and other programming languages. The function requires an argument which is the string itself and then returns the output as the number of characters or length of the string. Here in our case, there are 12 characters in total and two spaces between them also, a space is also represented by a character hence, the total length is 14.

Similar questions