#ITE-6201
Awesome StudentQuestion • Data Structures and Algorithm Analysis
Given an empty array with 5 in size and the following operations have been executedEnqueue(8)Enqueue(1)Enqueue(7)Enqueue(2)Enqueue(6)What will happen if an attempt to execute enqueue(3)?
Answer
A queue overflow error will occur