structure that describe a hotel with name, address,rooms
and number of rooms
Answers were Sorted based on User's Feedback
Answer / sourisengupta
struct Hotel
{
char name[30];
char address[50];
int rooms;
int roomCount;
};
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sumithra.a
struct hotel
{
Name,
Address,
Rooms,
RoomCount
};
| Is This Answer Correct ? | 4 Yes | 4 No |
Can we use resume in error handling i.e. in the catch block
What is #include iostream h in c++?
What is different in C++, compare with unix?
If a function doesn’t return a value, how do you declare the function?
Why is it called c++?
What is an explicit constructor?
What does floor mean in c++?
What is the full form of dos?
Does there exist any other function which can be used to convert an integer or a float to a string?
What are pointer-to-members? Explain.
Are php strings immutable?
Implement strncpy