✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
In the below statement, x and y are uninitialized pointers to int. That is, they are pointing to some random address that may or may not be valid address.
int * x, y;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!