Posts by Gabriel Yassunaga • 23 points
1 post
-
2
votes1
answer131
viewsQ: C pointers
Well, guys, I’m doing graph theory on C, and I tried to use dynamic allocation to create an array. Also, my code has a function to fill the matrix with 1 in the received indexes. But I have some…