0
Static Queue in C
How do I print the elements correctly? The program run good but I can't print the numbers in the correct order https://code.sololearn.com/cnlzlceWvS1U/?ref=app
1 Réponse
+ 2
You are not initializing c->tama so you are indexing c->cola[] beyond the storage malloc gave you.