Hello, I'm a newbie in C/C++ programming and I wonder if you can make me understand the following, I have a small c++ statement, and the result is somehow weird for me:
char[10] arr="torino", *ptr;
ptr = arr;cout<<&&ptr;`
and the result gives me the entire string....
PS: This is not related to an assignment.
Thanks in advance