Multiple choice

Which of the following constructs should be used minimum so as to have less faults in the program?

  1. Variables

  2. Functions

  3. Interrupts

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Interrupts are the means of control to transfer a section of code irrespective of the code which is currently executing. Hence, the use of interrupts may cause faults in the program.