It is Nevaeh backwards hope that helps! :3 and feel free to pm me if you have anymore questions! :3
Answer:
Following is attached the solution of each part step-by-step. I hope it will help you!
Explanation:
Answer:
Following are the statement:
counterPointer = &counter;
Explanation:
The following statement is correct because in the question it is given that there is an integer data type variable i.e., "counter" and there is another integer data type pointer variable i.e., "counterPointer" and finally we write a statement in which the pointer variable points to the integer variable.