Doubt relating line number 14 in the code

sir, what does " auto" mean in that line.

Hi @vibhor1007,
auto can be used to declare any variable like string, int , *int,etc.
it is generally used inorder to simplify the code.
for eg. u can use set:: iterator itr=s.begin() or simply auto itr=s.begin().
Hope dis helps.

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.