• The existed array was initialed by {1, 2, 3, 4, 5}
• After array was copied, try to change value of index 2 of both array to different value.
• And show whole elements and memory address of both array (print_array function).
• Don’t forget to free memory of copied array