

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