Computer Science, asked by Balrajraju, 10 months ago

what will return if strlen ("India is great ")

Answers

Answered by klee3974
0

Answer:

14

Explanation:

length of the string

Answered by Ayan492006
0

Answer:

Function will return the total length of the string

Explanation:

Strlen stands for string length so simply you can understand that it will tell you it's length in numbers.

Example:- (strlen("Brazil")) gives 6 in output as the word "Brazil " contains 6 letters

Read more on Brainly.in - https://brainly.in/question/19574438#readmore

Similar questions