Answer:
Facilities that share memory require more care in synchronizing data sharing (B) and facilities that share memory can communicate a lot faster ( C )
Step-by-step explanation:
The true statements about IPC facilities are : Facilities that share memory require more care in synchronizing data sharing and facilities that share memory can communicate a lot faster. this is because facilities that require the sharing of memory between themselves require more care in the synchronization of data and also copying of messages is prohibited which in turn makes it faster for the facilities to communicate a lot faster.