What is the data type and alignment of 30.11.2013
Answers
Answered by
0
Answer:
Storage and alignment are always given in bytes. Values that can fit into a single byte are byte-aligned. The size and alignment of types depends on various compiler options and platforms, and how variables are declared. The maximum alignment in COMMON blocks is to 4-byte boundaries.
Similar questions