Which of the following declaration will result in run-time error?
Posted: Wed Jul 13, 2022 7:54 pm
a) int **c = &c;
b) int **c = &*c;
c) int **c = **c;
d) none of the mentioned
b) int **c = &*c;
c) int **c = **c;
d) none of the mentioned