Multiple choice technology programming languages How to send signals to other processes? Use sigsend() use kill() use signal() Only init can send signals Reveal answer Fill a bubble to check yourself B Correct answer Explanation The kill() system call is used in Unix-like operating systems to send a specified signal to a process or a group of processes, not just to terminate them.