 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | What is the significance of variables FRONT and REAR in a queue? | 
| Answer» The variable FRONT is used to identify the position of the first element in the queue, and variable REAR is used to identify the position of the last element of the queue. | |