Do Pointers Take Up Memory?
Do Pointers Take Up Memory? Do pointers take up memory? Pointer itself takes up space in the memory and can be pointed only to the data type you specify while creating that pointer. So yes even if you have nothing assigned to it, pointer will take memory space. Exactly how much memory space depends on