Question: Please use C: also should be lPtr not 1Ptr. Question 1. For each of the following, write a single statement that performs the indicated task.
Please use C: also should be lPtr not 1Ptr.

Question 1. For each of the following, write a single statement that performs the indicated task. Assume that long integer variables valuel and value2 have been defined and that valuel has been initialized to 200000 a) Define the variable IPtr to be a pointer to an object of type long b) Assign the address of variable valuel to pointer variable lPtr. c) Print the value of the object pointed to by IPtr. d) Assign the value of the object pointed to by IPtr to variable value2 e) Print the value of value2. f) Print the address of value g) Print the address stored in IPtr. Is the value printed the same as the address of value1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
