Match List - I with List - II.
| List - I | List - II | ||
|---|---|---|---|
| A. | typedef in C | I. | modifies the memory allocated to a variable |
| B. | enum in C | II. | stores memory address |
| C. | type casting | III. | is similar to struct |
| D. | pointer | IV. | redefines the name of existing data types |
Choose the correct answer from the options given below:
| List I | List II |
|---|---|
| A. Supervisor mode | I. Entered when the processor encounters a software interrupt instruction |
| B. Abort Mode | II. Entered in response to memory fault |
| C. Fast Interrupt Mode | III. Entered whenever the processor receives an interrupt signal from a designated fast interrupt source |
| D. Interrupt Mode | IV. Entered whenever the processor receives an interrupt signal from any other source |
| LIST I | LIST II |
|---|---|
| (A) Circular Linked List | (I) Recursive Function Calls |
| (B) Doubly Linked List | (II) Round Robin Queue in CPU |
| (C) Stack | (III) Hash Tables |
| (D) Singly Linked List | (IV) Undo and Redo Functionality |