Question: 1.Which is incorrect A. A pointer is a variable that holds the address of some other location in memory. B. Pointer variables are just memory
1.Which is incorrect
A. A pointer is a variable that holds the address of some other location in memory.
B. Pointer variables are just memory addresses and can be assigned to one another without regard to type
C. You can get a pointer value to initialize a pointer variable from an object of an appropriate type with the address-of operator, &.
D. When declaring several pointer variables, there must be one pointer declarator for each pointer variable.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
