Computer Science, asked by User46611, 7 months ago

Explain the funtion strlen() with the example

Answers

Answered by dustuavijit
1

Answer:

returns the length of a string given as a variable.

e. g. :

s="word" // s is a variable contains "word"

x=strlen(s) // after executing x shows value

4

Similar questions