[Solved] Why can’t we store addresses in normal int variables? and by assigning i dont want it to point anywhere.
why we need pointer variables… No, we don’t need pointer variables until… we need one. In other words, there are many cases (or algorithms) which don’t need pointers. But soon or later you realize that pointers are needed. Well, pointers contain values, which are different from integers, different from floating point numbers and so on. … Read more