KwickClips C++ · 42 sec · free
What does int *p declare?
Short answer. A pointer to an int.
What does *p mean in an expression?
The value at the address.
Remember
| int *p: declares a pointer |
| *p: value at the address |
Can you change a variable without its name? Yes. Int star p holds the address of m. Star p equals ninety stores ninety at that address. So m becomes ninety. Remember. Int star p declares it. Star p reaches the value.
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: Programming All levels C, Programming All levels C, Programming All levels C, Programming All levels C
More KwickClips from this lesson
What does &marks give?41 sec
How far does p + 1 jump for an int?43 sec
What is a[i] the same as?44 secVoice-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.

