structure that describe a hotel with name, address,rooms
and number of rooms
Answer Posted / sourisengupta
struct Hotel
{
char name[30];
char address[50];
int rooms;
int roomCount;
};
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which is most difficult programming language?
What is c++ 11 and c++ 14?
what is pre-processor in C++?
What is vectorial capacity?
Explain function overloading and operator overloading.
How many standards of c++ are there?
Which c++ operator cannot overload?
What is an incomplete type in c++?
Are iterators pointers?
How do I exit turbo c++?
What can I use instead of namespace std?
What is the difference between method overloading and method overriding in c++?
What is function overriding in c++?
What is ios :: in in c++?
Is c++ a software?