What is the difference between Mutex and Binary semaphore?

Submitted by: Administrator
semaphore is used to synchronize processes. where as mutex is used to provide synchronization between threads running in the same process.
Submitted by: Administrator

Read Online C++ Programming Job Interview Questions And Answers