#include #include using namespace std; //string_length_pushback1.cpp int main() { string str1, str2, str3, str4,str5, temp ; str1= "Hello World"; str4="My Six Bullets "; //iterators string::iterator sit; // unsigned int i; i = str1.length(); cout<<"\n str1 : "<< str1 ; cout<<"\n length of str1 : "<< i <