Define a structure that can describe an hotel.It should have members that include the name,address,gr ade,avg. room charge and number of rooms.
Write functions to perform the following operation:
a)To print out hotels of a given grade in order of charges
b)to print out hotels with room charges
Write functions to perform the following operation:
a)To print out hotels of a given grade in order of charges
b)to print out hotels with room charges
Comment