What is the meaning of auto inside for?
strings-01-string-class
Subrat
(Subrat Bahuguna)
August 1, 2020, 1:11pm
#1
In the iterators example we wrote as
for(auto it=s1.start();it!=s1.end();it++)
{
}