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 do you find out if a linked-list has an end?
Can we distribute function templates and class templates in object libraries?
What are the new features that iso/ansi c++ has added to original c++ specifications?
When do we run a shell in the unix system? How will you tell which shell you are running?
What are the c++ access specifiers?
Who was the creator of c++?
What is endl?
Define whitespace in C++.
what is a reference variable in C++?
What is meant by forward referencing and when should it be used?
What is the fastest c++ compiler?
Which is not a valid keyword a) public b) protected c) guarded
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Define pre-condition and post-condition to a member function in c++?
What is the difference between the compiler and the preprocessor?