+ 1
What is the use of n here ?
Why changing the value of n doesn't affect the result ? https://code.sololearn.com/cjB6zkGs8WjD/?ref=app
1 ответ
0
Write this
int (*ptr)[n]=a[i];
Instead of writing
int (*ptr)[n]=a;
Why changing the value of n doesn't affect the result ? https://code.sololearn.com/cjB6zkGs8WjD/?ref=app