in this i m having confusion regarding strlen.what is the use??
Pallindromic string
strlen is used to find the length of character array(C style string)
But if you are using the STL string library… then you can find its length using length() function
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.