#define SIZE 11  
struct STACK
{
int arr[SIZE];
int top=-1;
}

Posted on by