How can I declare 20 times
int p[] = { 1,2,3,4,5};
int p[] = { 6,7,8,9,10};
.
.
.
Let's say i have a matrix 20x20. each row is a pointer above
How can I declare 20 times
int p[] = { 1,2,3,4,5};
int p[] = { 6,7,8,9,10};
.
.
.
Let's say i have a matrix 20x20. each row is a pointer above