Pointers ( dynamic memory allocation )

how is the size of pointers 8 in the 3 part of the vedio

@mehulbhandari358 size of a pointer remains fixed, regardless of the datatype, because pointers always store addresses only, nothing else.

okay ! but is it always 8 ?

@mehulbhandari358 that depends on the compiler. You can check the size by sizeof()