The size of a pointer depends on the data type to what this pointer points to
A pointer variable can have after it
An integer variable can have after it
Let be "p" a pointer to a struct that has been allocated with dynamic memory. In order to access to a field of this struct, you can use
Indicate which of the following is a typical use of pointers