6 Answers
New Answermanas pandey . A pointer is a variable, that stores the memory location of another variable. example ======= int age = 17; int *agePointer = &age; cout << agePointer ; Output ======= 0x24ff8 something like that
Hello, manas pandey ! This question has a duplicate, since another user already asked this question Please, before posting a question, use the search to prevent duplicate. Good luck! https://www.sololearn.com/Discuss/1373145/?ref=app.
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message