Data structures Data structures are the way to store and retrieve data efficiently. So Let's find out the basic data structures in c/c++ we have...
Pointer Before diving to function pointer let's recap pointers. A pointer is a variable that points(store) to the address of another variable. Read...
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,...