Q191
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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board