Home > Back-end >  Please answer, just contact with c language
Please answer, just contact with c language

Time:09-22

Define the int a [5], * p=a;

Then the inta [5]; Int * p=a=1000; Referenced a array element, right?
Is not an array name is a variable cannot be in the assignment?

CodePudding user response:

Pointer to the variable cannot assignment,
  • Related