MCQOPTIONS
Saved Bookmarks
| 1. |
The reason for using pointers in a Cprogram is |
| A. | Pointers allow different functions to share and modify their local variables. |
| B. | To pass large structures so that complete copy of the structure can be avoided. |
| C. | Pointers enable complex "linked" data structures like linked lists and binary trees. |
| D. | All of the above |
| Answer» E. | |