Home » C Programming » Pointers

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

Correct Answer: k is a pointer to a pointer to a pointer to a pointer to a char

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion