In line number:4 I am using find_first_of() function on a char* , Can I do this and what will be the return type for this function in both the case if we found "=" or if not?
I went through the reference document page but there example is explained with the string variable.
It will be great if you can explain it with an example of char* :)