Question: The following are incorrect statements regarding pointers in C/C++, except: A.Pointers pointing to other pointers cannot be de-referenced. B.Subtracting the number 1 to a pointer
The following are incorrect statements regarding pointers in C/C++, except:
A.Pointers pointing to other pointers cannot be de-referenced.
B.Subtracting the number 1 to a pointer references to the previous byte in memory before the pointer.
C.Pointers beyond the limits of an array can be used to increase the size of the array.
D.Pointers can be type casted to any other type of pointers.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
