Address of char arrayWhats interesting to me is that we are saying &test[0] is equivalent to test. They have the same va...
Address of char arrayOK, Thanks. cout and its overloads can be a bit confusing when you are trying to learn pointers,...
Address of char arrayHi, Why are we casting to (int*) i.e. pointer to int, to get the address of the first element? ...
Address of char arrayThanks all. I think what confuses me is the multiple uses of * and & (not even sure if & has diff...
Address of char arrayThanks, Dont think I will ever grasp C ;-) i
This user does not accept Private Messages