Top

Discussion

Which of the following is not a pointer declaration?

  • A.char a[10];
  • B.char a[] = {’1', ’2', ’3', ’4'};
  • C.char *str;
  • D.char a;

Answer: D

No answer description available for this question.

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

Post your comment