How to calculate the amount of memory occupied by the variable in Pascal? -
i need calculate amount of memory variable takes. thanx input.
edited: didn't notice need calculate manually (by hand). thanx
sizeof(variable) of course goes variable not additional memory variable might point to.
Comments
Post a Comment