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

Discussion & Comments

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