想请问一下我代码的问题,题目如下
void QueueInit(Queue* pq) { assert(pq); pq->head = NULL; pq->tail = NULL; pq->size = 0; }
性别sex应该是char类型,成绩应该是float类型