Home > Back-end >  Excuse me why this pointer arrays must have size to run out?
Excuse me why this pointer arrays must have size to run out?

Time:03-09

Here (* p) [] must fill in the inside 9 to run out, don't fill out or fill more generally can not, would you please tell me why this is?

CodePudding user response:

Because it is not a pointer array
It is a pointer to the assignment correctly, must be compatible type,

CodePudding user response:

Write like this: int * * p=& amp; Test2.
  • Related