KwickClips Cyber Safety and Ethics · 39 sec · free
What does this hold?
Short answer. The address of the calling object.
What does -> do?
Reaches a member through a pointer.
Remember
| -> reaches a member via pointer |
| this: the calling object |
A pointer to an object? Meet the arrow and this. P points to an S object. The arrow calls set. This arrow roll is the member. It prints twelve. The arrow reaches a member through a pointer. This is the calling object.
This clip is from the full lesson: Pointers in C++ — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: NIOS Senior Secondary Computer Science (330), NIOS Senior Secondary Computer Science (330), Programming All levels C, Programming All levels C++
More KwickClips from this lesson
Voice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.



![C++ code int *m = new int[2]{7, 9}; output 16; delete[] m;](/images/learn/clips/CP11-R2.webp)
