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