Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
C Programming Tutorial: Pointershow actualy pointer work?
Is there any related notes from simple pointer to advance pointer?
Yes, any microcontroller use pointer, this pointer operation normally named as indirect addressing.In microcontroller, do we use pointer?
8051 : MOVX A,@DPTR
Z80 : LD A,(HL)
68xx : LDAA 0,X