Question: Declare and initialize a variable. Declare a pointer that points to an integer and make it point to the variable. Use the POINTER to change
Declare and initialize a variable. Declare a pointer that points to an integer and make it point to the variable.
Use the POINTER to change the value of the variable. Output the variable.
Declare an array of 4 integers and initialize to 1,2,3,4
Make the pointer point to the first element. Output the element using the POINTER.
Increment the pointer without the asterisk to make it point to next element.
Output the element using the POINTER.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
