0
C++ code to Copy one dimeensional array to another new one , same size and type. Using two nested for statement.
3 Réponses
+ 2
If you have allocated this array like a single block of memory(static array) You could use only memcpy function and copy whole block of memory without any loop;)
+ 1
Its for assignnent Q's , and i dont know why he need a loops for 2
0
why do you need two for loops