DEV Community

CodeBee
CodeBee

Posted on

what's the importance of using memory address in c++?

Top comments (1)

Collapse
 
curiousdev profile image
CuriousDev

Surely somebody else can explain this better, but I think that different from languages using Garbage Collectors you need to clear data yourself and this needs the memory address.