1. Two pointers that point to different arrays cannot be compared meaningfully.
2. Because the name of an array is a pointer to the first element of the array, array names may be manipulated in precisely the same manner as pointers.
I'd say the first one is true and the second one is false......?