int *num1[10]; int *(num2[10]); I. Array of pointers II. Pointer to an array
num1 is I, num2 is I
Previous Question Next Question
Your comments will be displayed only after manual approval.