what will return if strlen ("India is great ")
Answers
Answered by
0
Answer:
14
Explanation:
length of the string
Answered by
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