Which memory allocation technique is prone to external fragmentation?
Q1. Which memory allocation technique is prone to external fragmentation?
Answer: Segmentation
Explanation: Segmentation is prone to external fragmentation because it allocates memory in variable-sized blocks, leading to gaps between allocated segments.