4 lines
70 B
C
4 lines
70 B
C
|
|
*(array + index) = 1;
|
||
|
|
printf("%d\n", *(array + index));
|
||
|
|
3[array] = 5;
|