Question 9
Choose all the correct statements about the exec system call.
exec system call creates a new child process for the parent.
exec system call loads the program from a ELF file to the memory.
exec system call can accept command line arguments.
exec system call uses fork system call to load the program.