Posts by Ivan Junior • 1 point
1 post
-
0
votes0
answers39
viewsQ: I cannot assign a value to the last element of an array
struct Numero{ ishort num; Paragraph *next; }; ishort array[3]; array[0] = grid1; array[1] = grid2; array[2] = grid3; array[3] = grid4; ishort i = 0; Numero *n; Numero *t; Numero *h; //lista…