what does the symbol " -> " mean in KEIL MDK? RCC->AHBENR |= RCC_AHBENR_GPIOAEN;
also list of all syntax symbols used in KEIL MDK. I am trying to do one project in ARM Cortex M0(STM32F0 R8). please help me.
My comment was just that Andy's response wasn't fully matching the quoted claim.
And I have made zero attempt to quantify if pointers are mostly used with arrays or with single objects - I just noted that I often use them for other things than arrays. And that statement alone is enough to show that a claim that pointers are mostly used for arrays of structures shouldn't be seen as a general truth.
The claim was about structure pointers - if moving to pointers in general, then a very significant percent will be related to C string manipulation or similar. But that's a different debate.
And I didn't say you did.