True/False
Access to an array using a subscript can always be replaced by an equivalent access using the array name as a pointer.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: A pointer constant is equivalent to a
Q18: Consider the following declarations of a function
Q19: Addresses cannot be incremented or decremented using
Q20: When initializing pointers you must be careful
Q21: Pointers _ be initialized when they are
Q23: You can replace lines 5 and 6
Q24: The following code is valid in C:<br>char
Q25: A suitable equivalent to the function header
Q26: When working with pointers, the _ tells
Q27: After creating two variables as follows:<br>Char message1[81]