W
Winston Li
In the Brain and Denis' book "The C Programming Language" Section 5.3
"Pointes abd Arrays", a statment goes:
"Any operation that can be achieved by array subscripting can also be done
with pointers."
Then the authors continute with "The pointer version will in general be
faster ...."
My question is why the pointer version would be faster?
Thanks in advance!
Winston
"Pointes abd Arrays", a statment goes:
"Any operation that can be achieved by array subscripting can also be done
with pointers."
Then the authors continute with "The pointer version will in general be
faster ...."
My question is why the pointer version would be faster?
Thanks in advance!
Winston