0
2.2kviews
Write C program to implement token system at a doctor clinic. Token system should issue token number to patient based on availability of tokens. Total of 20 tokes are available numbered from 1 to 20.

Assume a structure called patient and necessary data members.

  • Write function to read patient name and mobile number

  • Write function to issue token. If token is not available, it should display appropriate message

  • Write a function to display patient name and mobile number given token number

1 Answer
1
48views

C Program to Implement Token System for Doctor’s Clinic

  • Below C program implement Token System to book an appointment at doctor's clinic.
  • Everyday Doctor can check only 20 patients. Therefore, the below C program is implemented in such a way that it can book 20 appointments per day.
  • To do …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.