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


Please Help Members By Posting Answers For Below Questions

How a macro differs from a template?

762


What is private public protected in c++?

627


What is the best book for c++ beginners?

667


What is basic if statement syntax?

646


What is c++ best used for?

654






Write a note about the virtual member function?

693


what is COPY CONSTRUCTOR and what is it used for?

710


Can a constructor return a value?

674


When we use Abstract Class and when we use Interface?where we will implement in real time?

1766


Is swift better than c++?

628


What can I use instead of namespace std?

740


What is searching?

745


List the issue that the auto_ptr object handles?

714


What is the disadvantage of using a macro?

679


Is c++ a good beginners programming language?

670