Unlimited Space when array is declared in heap

后端 未结 0 448
温柔的废话
温柔的废话 2021-01-28 08:01

I tried to create an Array type ADT.

// Array ADT using structure
struct ARRAY_ADT
{
    int *A; // For storing the pointer to base address of the array
    int s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题