@deepika-jf1ysv
•
Oct 22, 2024
Oct 22, 2024
1.5K
C++ Pointers - Explain Concept In Detail
C++ pointers are the address variables that are used to access some memory location.
Declaration: int *p;
Here 'p' is an identifier that is used to store some address. The...