MCQOPTIONS
Saved Bookmarks
| 1. |
Wild pointer in C |
| A. | if pointer is pointing to a memory location from where variable has been deleted |
| B. | if pointer has not been initialized |
| C. | if pointer has not defined properly |
| D. | if pointer pointing to more than one variable |
| Answer» C. if pointer has not defined properly | |