How do you handle the overflow situation in a queue implemented using a circular buffer?
A. By resizing the buffer dynamically
B. By wrapping around when the end is reached
C. By resetting the buffer size
D. By adding elements at a different position
Answer: Option B

Join The Discussion