Top

Discussion

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

No answer description available for this question.
 

No comment is present. Be the first to comment.
Loading…

Post your comment