Question: Make a client-server type of C program using system commands fork() and pipe() that simulates the operation of an electronic ticketing system for a train
Make a client-server type of C program using system commands fork() and pipe() that simulates the operation of an electronic ticketing system for a train company.
The clients make a booking request that after being processed, the system will issue a summary report indicating if there were free seats on the train and the booking was successful or not.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
