I am trying to make an inversion of an array in the C language.
For example: I have an array [1, 2, 3] , I need to invert the numbers in the SAME array, giving an output like this: [3,2,1] . I'm trying, but on reaching the...
asked by
07.12.2016 / 20:09