What generally happens when the CPU accepts an interrupt?
Options
- A. It permanently stops execution
- B. It ignores all memory operations
- C. It saves the current execution context and transfers control to an interrupt service routine
- D. It shuts down the operating system
- E. None of the above