22. A program component that allows structuring of a program in an unusual way is known as A.Correlation B.Coroutine C.Diagonalization D.Quene E.None of the above
Option B Solution: A program component that allows structuring of a program in an unusual way is known as coroutine. Coroutine : Coroutines are computer-program components that generalize subroutines for non-preemptive multitasking, by allowing multiple entry points for suspending and resuming execution at certain locations.