D E S C R I P T I O N

Write a charQueue header file containing all the function headers of following functions:

1- initiateQueue - to initialize a queue

2- enqueue - to add a node at the rear end of the queue

3- dequeue - to remove a node from the front of the queue

4- printQueue - print a queue

and an implementation file implementing these functions for a Queue of chars using linked lists as illustrated in the class for integers.

Inside your main method, read a sequence of chars one at a time. Terminate your sequence if your user enters the number 0. Remember the difference between a char and an int!

Print all the chars your user entered (that were stored in your Queue) using a while loop. You should loop while the Queue is not empty.

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.