Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What are 2 ways of exporting a function from a dll?

1279


Show the declaration for a static member variable.

1051


What is a pointer with example?

1337


What is the use of setfill in c++?

1126


What is fflush c++?

1079


What is public, protected, private in c++?

1205


What is polymorphism in c++? Explain with an example?

1105


What is singleton pattern in c++?

1050


What is atoi in c++?

1129


What are different types of loops in c++?

1180


How is new() different from malloc()?

1180


Should I learn c or c++ or c#?

1057


Which is the best c++ software?

1151


which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

1238


Explain the volatile and mutable keywords.

1121