void guest::get() { cin>>room_No>>name>>friend_Room_No; } void hotel::get() { cin>>num_Of…
Read moretemplate < class T > void right_Shift (T *ele,int n,int r) { for(int i=0;i < r;i++) { T temp=…
Read moreColored coin game is a 8X8 board game which has many colored coins. Each coin has a weight and power. Power of a co…
Read moreGiven a string, write a recursive routine to reverse it. For example, given the string 'and, the reversal of the s…
Read more
Social Profiles