Queue data structure works on the principle of ____________
Answer: C
Queue is a linear data structure which works on the principle of first in first out. This means that the first element to be inserted in a queue will be the first one to be removed.