If I have a struct like
struct account { int account_number; };
Then what\'s the difference between doing
myAccount.acco
-> is a pointer dereference and . accessor combined