how is the size of pointers 8 in the 3 part of the vedio
Pointers ( dynamic memory allocation )
@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 ?