logo

My Blogs

HashMap in c++

Data structures Data structures are the way to store and retrieve data efficiently. So let&apo;s find out the basic data structures in c/c++ we have...

Pointer and Functions

Pointer Before diving to function pointer let&apo;s recap pointers. A pointer is a variable that points(store) to the address of another variable...

Arrays

Variables In real life, we need a container to hold or store something. Suppose we want to hold one kg of apples then we need some kind of container...