Hi,
I came across this question from a website..
According to the C++ standard, what is an object's internal representation
in memory guaranteed to be?
a) Initialized
b) On a word boundary
c) Contiguous
d) On stack
e) on heap
I am not sure which is the correct option out of 1,2 & 3?
(It is not some homework assignment)..
Thanks in advance
Arun
Comment