Regarding find function in # include<algorithm>file

what is return type of find function and what does auto mean or what it is , pllease tell me is this auto a datatype?

@guptagchandan123123
Hello chandan,
return type of find function is iterator .(https://www.geeksforgeeks.org/std-find-in-cpp/ )
auto is a keyword which detects the datatype i.e if we dont know or we dont want to specify datatype then we can use auto keyword in place of that datatype and it will be taken care by auto keyword

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.