Since the array sizes do not match, it would result in either:
- error saying the buffer sizes do not match
- maybe a memory leak?
- it would assign the values and fill up the smaller array but not even allow the null ^0 character because it treats them as arrays.
__________________