Comparing pointers and performing pointer arithmetic on them is meaningless unless:
a. They point to elements of the same array.
b. You are trying to compare and perform pointer arithmetic on the values to which they point.
c. They point to arrays of equal size.
d. They point to arrays of the same type.
a. They point to elements of the same array.
Computer Science & Information Technology
You might also like to view...
2. ______ is an instance of ______.
A. class; an object B. An object; a class
Computer Science & Information Technology
Stepping through code one line at a time is the only way to search for logic errors.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology