A Admin • 833K Points Coach Q. What is the correct syntax to declare pointer to pointer i.e., double pointer? (A) type **pointer_name; (B) type *&pointer_name; (C) type *(*pointer_name); (D) type **(pointer_name); Correct Answer - Option(A) Views: 21 Filed under category C Programming Hashtags: Share Manage Tags
Discusssion
Login to discuss.