#define SIZE 11 struct STACK { int arr[SIZE]; int top=-1; }
Not registered? Create an account
Forgot Password?
Already a registered user? Login