Intern
What does a pointer store in C/C++?
sobes.tech AI
Answer from AI
A pointer stores the address of the first memory cell allocated for the object or function it points to.
sobes.tech AI
Answer from AI
A pointer stores the address of the first memory cell allocated for the object or function it points to.