Question: Which statement is correct? Pointer variables are just memory addresses and can be assured to one another without regard to type. For example: doubt *dPtr;
Which statement is correct? Pointer variables are just memory addresses and can be assured to one another without regard to type. For example: doubt *dPtr; int*iptr; iPtr = dPtr; One can use the & operator to extract the value that a pointer points to. Ex: int *iPtr; cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
