A process stack does not contain __________
2024
A process stack does not contain __________
Answer: D. PID of child process — Answer: d Explanation: Process stack contains Function parameters, Local variables and Return address. It does not contain the PID of child process.
- A.
Function parameters
- B.
Local variables
- C.
Return addresses
- D.
PID of child process
Attempted by 667 students.
Show answer & explanation
Correct answer: D
Answer: d
Explanation: Process stack contains Function parameters, Local variables and Return address. It does not contain the PID of child process.
Loading lesson…