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
What is a container class? What are the types of container classes in c++?
Why the usage of pointers in C++ is not recommended ?
How do you define a class in c++?
What is array give example?
What are the extraction and insertion operators in c++? Explain with examples.
What are the advantages of using pointers in a program?
What is the sequence of destruction of local objects?
Explain how to initialize a const member data.
Where and why do I have to put the "template" and "typename" keywords?
What are the different types of polymorphism in c++?
What is double in c++?
Which bit wise operator is suitable for putting on a particular bit in a number?
When is the destructor called?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
Write about the various sections of the executable image?