© 2023 Hashnode
#double-pointer
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 poin…