Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Variable Description

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

VARIABLE DESCRIPTION

room_no-Stores the room number.


name[]-An array to store the names of the customers.
address[] An array to store the address of the customers.
phone[]-An array to store the phone numbers of the customers.
choice-It stores the switch value that the user gives regarding which
function he wants to perform.
r-It stores the room number entered by the user.
flag-It stores the condition whether the room is booked or not.
choice1-It stores the details of whether to modify entered record or
delete it.
pos-It stores the position where modification is to be carried out.
ch-It stores switch value of whether to delete a record or not.
Record.dat-It is a file that stores the record, viz.name, address,phone
number of the customer.

You might also like