Pointers C++
What are pointers?
The pointer variable points to a data type of the same type(like int, char etc. ). The address of the variable we are working with is assigned to the pointer.
In other words, a pointer is a variable that stores the memory address a...
knowledgekumar.hashnode.dev3 min read