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.


Discussion

No Comment Found

Related MCQs