An example of a memory management system call in UNIX is:
execve
sigaction
mmap
fork
Correct Answer: C — mmap
Explanation:
The mmap system call is used for memory management in UNIX to map files or devices into memory.