R
Raman
Is there any performance gain in using
*(a+i) instead of a
for declaration
int a[10]
If no then why people call pointers more faster than arrays.
if yes, how ?
Thanks
RamanDeep
*(a+i) instead of a
for declaration
int a[10]
If no then why people call pointers more faster than arrays.
if yes, how ?
Thanks
RamanDeep