Dereferencing just gets whatever the value is of that data type that is at the memory location in the pointer. That memory location is all the data that is in that pointer, all other data on how to use it is in the compiled-in type. the length isn't stored unless you manually store it.
No comments yet.