Doubt doubt doubt

now,
auto Alpha = 12; —> Alpha is an integer right ??
auto Alpha = p.begin() —> Alpha becomes an iterator ??
because iterator is an user defines data type and " begin() " is one of its method ???

hello @parth_tyagi

yeah, whats the doubt?