Not quite.
If you dereference a real pointer to an array, you can get the size using sizeof.
If you dereference the pointer to the first element, you get... well the first element.
Not quite.
If you dereference a real pointer to an array, you can get the size using sizeof.
If you dereference the pointer to the first element, you get... well the first element.