program of structure

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anarghya
    New Member
    • Oct 2006
    • 18

    program of structure

    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
  • Jai Vrat Singh
    New Member
    • Oct 2006
    • 18

    #2
    I think this quest should not belong to a C/C++ tech forum. Anyways this is not an answer to your question

    Comment

    • Banfa
      Recognized Expert Expert
      • Feb 2006
      • 9067

      #3
      Assuming you are using the C/C++ language for this assignment then this question is On Topic and this was a fine place to post it.

      However you should attempt it yourself first, start by trying to define your structure.

      Comment

      Working...