Does s.size() not work for finding length of the string?

Or only s.length() works for finding strings length?

@rajarshib03
u can find length of string by size() as well as length() function.

length() function works only for string but size() can be used with all stls

1 Like

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.

1 Like