What is strlen in C program?
Answers
Answered by
1
strlen jo hota hai wo string.h ke andar ata hai
strlen ek string ki length ko measure krne ke liye use kiya jata hai
strlen() is used to find the length of the string
Ans. The function takes a single argument, i.e, the string variable whose length is to be found, and returns the length of the string passed.
The strlen() function is defined in <string.h> header file.
AdishaDeo:
Can you write the definition in English as I am preparing for my exams
Similar questions