#include #include #include int i,j,k; class x { protected: char s1[10] public: x() //Constructor { s1[]="Sujit"; j=strlen(s1); } void show_x(); ~x(){} }; void x::show_x() { cout<<"String_1= "; for (int b=0;b