State whether the following are true or false. If false, explain why.
a) Two pointers that point to different arrays cannot be compared meaningfully.
b) Because the name of an array is a pointer to the first element of the array, array names can be manipulated in precisely the same manner as pointers.
a) True.
b) False. An array name cannot modified to point to a different location in memory because an array name is a constant pointer to the first element of the array.
You might also like to view...
?_____ contains a generic grouping of elements within a document.
A. ?
A synthetic program is most useful for __________.
a) thoroughly evaluating a system b) determining which of two file systems performs better on a particular system c) isolating which operating system primitives are causing bottlenecks in the system's daily use d) predicting the performance of a system that has not yet been built