I was given some code in which some of the parameters are pointers, and then the pointers are dereferenced to provide values. I was concerned that the pointer dereferencing wou
You can get the assembly code from your compiler and compare them. At least in GCC, they produce identical code.