Computer Science, asked by hon2es1anabeshanmeen, 1 year ago

Find Out the Declaration Statement for Maximum Number of Pointers
Which of the following declaration statement can be used for declaring maximum number of pointers? 1. int *p,q,r. 2. int* p,q,r. 3. int p,*q,**r. 4. int ******p.

Answers

Answered by Samundeeswari
1
the answer will be 4... because p here will have the address of fifth pointer variable.... hence this statement should be used...
Similar questions