Examveda
Examveda

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: Option D


This Question Belongs to C Program >> Pointer

Join The Discussion

Related Questions on Pointer