structure that describe a hotel with name, address,rooms
and number of rooms
Answer Posted / sumithra.a
struct hotel
{
Name,
Address,
Rooms,
RoomCount
};
Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
How a macro differs from a template?
What is private public protected in c++?
What is the best book for c++ beginners?
What is basic if statement syntax?
What is c++ best used for?
Write a note about the virtual member function?
what is COPY CONSTRUCTOR and what is it used for?
Can a constructor return a value?
When we use Abstract Class and when we use Interface?where we will implement in real time?
Is swift better than c++?
What can I use instead of namespace std?
What is searching?
List the issue that the auto_ptr object handles?
What is the disadvantage of using a macro?
Is c++ a good beginners programming language?