if i write something like this: typedef struct {int x,y;} str; . . . str A, *p = &A; int *p2 = &A.x; then cout<<*p2 prints the...
Separate names with a comma.