1.x is a pointer to a string, y is a string
2.y is a pointer to a string, x is a string
3. both x and y are pointers to string types
4.y is a pointer to a string
Answer:1