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 flush std cout?
What is the outcome of cout< a) 16 b) 17 c) 16.5
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
what is the use of void main() in C++ language?
What is the real purpose of class – to export data?
Write a program to find the reverse Fibonacci series starting from N.
What is an adaptor class or wrapper class in c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What is difference between malloc()/free() and new/delete?
How does c++ structure differ from c++ class?
What is fixed in c++?
What do you mean by function pointer?
What is the best c++ compiler?
What is a catch statement?