Copying an array using pointers
#############################
Video Source: www.youtube.com/watch?v=ZtSGiUWMAD8
In this code we will make a copy of an integer using pointer in the creation of a new array that has the same elements of the origin one
cpp, code, algorithm, array, pointer, copy, loop, new
#############################