Explain Circular Array.
Answers
Answered by
2
Explanation:
In computer science, a circular buffer, circular queue, cyclic buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data streams.
Answered by
8
Answer:
An array is called circular if we consider the first element as next of the last element. Circular arrays are used to implement queue.
MARK ME AS BRAINLIEST.....
Similar questions
Math,
2 months ago
Math,
2 months ago
Physics,
5 months ago
English,
5 months ago
Business Studies,
10 months ago