0
How to set values in an array cell in a heap?
2 Antworten
+ 2
do you mean something like this???
int arr[50] = {1,2,3,4,5,[47]=47,48,49,50};
0
I meant how to set a value to the cell array in the heap(I think if i can create a cell array in the heap then i can fill it. )