Top

Discussion

Which of the following statements correct about k used in the below statement?
char ****k;

  • A.k is a pointer to a pointer to a pointer to a char
  • B.k is a pointer to a pointer to a pointer to a pointer to a char
  • C.k is a pointer to a char pointer
  • D.k is a pointer to a pointer to a char

Answer: B

No answer description available for this question.
 

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

Post your comment