in an array-based implementation of a queue, a possible solution to dealing with the full condition is to a. maintain a count of queue items b. check for frontindex equal to backindex c. wait for an arrayfullexcetion to be thrown d. all are correct