struct pqueue { struct entry entries[10]; }pqueue; How can i check if the entry array "entries" is empty? int isEmpty(struct pqueue* pqueue) ...
確定! 回上一頁