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.
You might also like to view...
A(n) _______________ refers to the component that provides the ?touch? part of a touch screen.
Fill in the blank(s) with the appropriate word(s).
Define the six categories into which computers are generally classified.
What will be an ideal response?
What is ISO, and why is it important to a systems developer?
What will be an ideal response?
Creating a new name with typedef __________.
a) creates a new type b) creates a new type name c) creates a new variable name d) creates a new variable