Home > database >  Pointers and arrays in C language
Pointers and arrays in C language

Time:03-08

Why void (int array [4], it * PTR); This statement array [4] the array type will degenerate into a pointer, and why didn't the number of shape parameter set
  • Related