l2.push_back(11); l2.push_back(7); l2.push_back(23); list<int>::iterator p; l1.merge(l2); l1.sort(); while(l1.size()>0) { int value = l1.front(); cout<<value<<endl; l1.pop_front(); } }
E.Commerce
Training@balujalabs
Franchise Section