vector<string> Nabin = {"Student", "Curious", "Enthusiast", "..."}; for(int i = 0; i < Nabin.size(); i++){ cout<<Nabin[i]<<endl; }