0
Hello!Can you help me?
Task: Given the number N.You need to create an array A with an integer N and create a pointer to the maximum element.Use pointers to replace the maximum element of the array with 0. Input: 1 2 3 4 5 6 7 8 9 10 Output: 1 2 3 4 5 6 7 8 9 0 https://code.sololearn.com/c6wdK55lQweq/?ref=app
2 ответов
+ 3
You can check this
https://code.sololearn.com/ca15A237A15A
0
Thank you very much