what is the output of programm using string
Answers
Answered by
1
Answer:
The function strlen returns the number of characters in the given string. Therefore, strlen("123456") returns 6. Hence the output of the program is "6".
Similar questions