Question: please answer in C++ Question 20 Please select the correct choice that is most appropriate: int x, *y; x is a pointer to an int,
please answer in C++Question 20 Please select the correct choice that is most appropriate: int x, *y; x is a pointer to an int, y is an int y is a pointer to an int, x is an int both x and y are pointers to int type x multiply by y and assign back to x
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
