Question: Follow-up Question 7 When do we use the type int **? Select all the true statements. When we want to pass an array of pointers

Follow-up Question 7 When do we use the type int **? Select all the true statements. When we want to pass an array of pointers to integers to a function, int ** is the type of the function parameter. A pointer to a pointer to an integer has type int **. The address of a pointer to a pointer to an integer has type int **. The address of a pointer to an integer has type int **. A pointer to an array of characters has type int **. The address of an integer has type int **
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
