Queue data structure works on the principle of ____________
(a) Last In First Out (LIF0)
(b) First In Last Out (FILO)
(c) First In First Out (FIFO)
(d) Last In Last Out (LILO)
This question was addressed to me in semester exam.
My question is based upon Static vs Dynamic Memory Allocation topic in section Dynamic Memory Allocation in C of C