A process stack does not contain __________
2024
A process stack does not contain __________
- A.
Function parameters
- B.
Local variables
- C.
Return addresses
- D.
PID of child process
Attempted by 327 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.