287 views
0 votes
0 votes

queue->array = (int*) malloc(queue->capacity *sizeof(int));

What is queue->capacity * doing here?

Please log in or register to answer this question.

Related questions