Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What is interprocess communication?

a) communication within the process
b) communication between two threads of same process
c) communication between two process
d) none of the above

Answer: c
Explanation: Interprocess Communication (IPC) is a communication mechanism that allows processes to communicate with each other and synchronise their actions without using the same address space. IPC can be achieved using shared memory and message passing.

Join The Discussion