MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following declaration throw run-time error? |
| A. | int **c = &c; |
| B. | int **c = &*c; |
| C. | int **c = **c; |
| D. | None of the mentioned |
| Answer» E. | |