Vidyalelo
C Programming · Q191

Pointer

Programming · C Programming · question 191

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board