We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi friends,
I don't know what is the exact meaning of the expresion (->) in Keil? thanks for any idea.
A pointer can point to an int. Or a char. Or a struct. Or a float. Or a function. It doesn't really care - in the general case it can point to anything that can have an address. Note that some architectures have limitations because of non-uniform addressing of the memory.