192Software EngineeringMediumIf you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use________?Astty intr \^cBstty echoeCtty ^cDstty echo \^a Correct answerA. stty intr \^c ExplanationThe correct answer is stty intr \^c.