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
Can non-public members of another instance of the class be retrieved by the method of the same class?
How much is c++ certification?
What is c++ vb?
What are the advantages of inheritance in c++?
What is the use of volatile variable?
Is there a c++ certification?
What are the differences between new and malloc?
What is difference between n and endl in c++?
What are the two main components of c++?
What is array give example?
Incase of a function declaration, what is extern means?
Mention the purpose of istream class?
Does c++ cost money?
Why do we need pointers?
Which operator cannot be overloaded c++?