InterviewSolution
Saved Bookmarks
| 1. |
What Is Memory Alignment? |
|
Answer» Data STRUCTURE alignment is the WAY data is ARRANGED and accessed in computer MEMORY. It consists of TWO separate but related issues: data alignment and data structure padding. Data structure alignment is the way data is arranged and accessed in computer memory. It consists of two separate but related issues: data alignment and data structure padding. |
|