W
Wondering Wanderer
hi,
If I declare a character array ( say, char arr[10] ), how do I see the
address of the first element of the array ? simply using cout << arr or
cout << &arr displays the entire string in the array, not the address.
thanks.
If I declare a character array ( say, char arr[10] ), how do I see the
address of the first element of the array ? simply using cout << arr or
cout << &arr displays the entire string in the array, not the address.
thanks.