#include using namespace std; class First { int i,x; char s[]; public: First() //Default Constructor { cout<<"constructor is called "<