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 **?

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!