Hoe to take an array and which take input five values in it then copy it in another array in reverse ordder | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Hoe to take an array and which take input five values in it then copy it in another array in reverse ordder

Programing on c.

29th Feb 2020, 2:16 AM
Tisita Barman
Tisita Barman - avatar
1 Respuesta
+ 4
"Hoe" != "How", "ordder" != "order" Please fix the typos and add language & subject specific in the question tags e.g. 'C array' 👍 Hint: copy elements from source array to destination array - starting from the last one, down to the first. Any kind of loop will do the job 👌
29th Feb 2020, 2:41 AM
Ipang