how to join a array value in another array code example Example: assign array to another array void copy(char[] a){....} char[] a="Hello"; copy(a);