1 2 3 4 5
void enq(int val); int deq(); int can_enq(); int can_deq();