B
bob
In some code I have the following:
1) (*p) ->value;
2) *p->value;
1) gives an error while 2) works. What are the difference between 1)
and 2)?
1) (*p) ->value;
2) *p->value;
1) gives an error while 2) works. What are the difference between 1)
and 2)?