September 4, 2020

Why the execvp system call work with addresses

Why does the execvp system call work with addresses (or pointers)? How does execvp system call determine when the array of command-line arguments (i.e., the 2nd […]