Home > Back-end >  Free function
Free function

Time:10-07

Define a structure typedef struct {int * a [10], int top} Sequence;
After in the main function int main (st) {} Sequence st can free? Is that there is no dynamic allocation can use a free function, or is a variable to store the pointer inside can use free release this variable
  • Related