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) 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 |