#pointers
Read more stories on Hashnode
Articles with this tag
Misuses, Risks, and Best Practices · Hello and Welcome In this write-up, we’ll explore one of the most powerful—yet potentially dangerous—tools in C++...
Function Pointers · Hello there, Hope you are doing well : ) A Function pointer is a pointer that holds the address of a function. This type of pointer...