Suppose we have:
type myrec = record i : integer; x, y : real end
What is the size of myrec in bytes?
Answer