|
|
|
|
|
by throwaway27448
8 days ago
|
|
> Arguably, the void* does that as well? How do you figure? The type is a pointer to quite literally anything, including nothing (ie a pointer that cannot be dereferenced). If you're working with bytes, indicate this with the type. |
|
No, it can only be a pointer to an object. It can't be a pointer to a function, for example.