For final year UG/PG girls in Chemistry & related fields: Get industry-ready with a certified training program in the chemical sector with We-Chemie.
Click here for more details. Apply here!

Understanding Pointers - English

Play
Current Time 0:00
/
Duration Time 0:00
Remaining Time -0:00
Loaded: 0%
Progress: 0%
0:00
Fullscreen
00:00
Mute
Captions
  • captions off
  • English

27685 visits



Outline:

Understanding Pointers -Introduction -Syntax of Pointer --example: int *iptr; -Declaration --example: int a; (integer a) int *aptr; (pointer to an integer *aptr) aptr = &a; (aptr set to address of a) Address Pointer