Posts by Vitor • 19 points
1 post
-
1
votes1
answer656
viewsQ: assignment to Expression with array type
I’m having an error when associating an array address on a pointer to struct, I’m getting a type error: assignment to Expression with array type The code I’m using is this: struct MaxHeap { int…