Quiz on IPC in C
Take a short quiz testing your understanding of interprocess communication in C.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Why can two separate processes not directly share variables?
A.
Variables are deleted after compilation.
B.
Processes cannot access memory.
C.
Each process runs in its own protected memory space.
D.
The operating system prevents programs from running simultaneously.
1 / 5