1단계: stack의 기본적인 부분 구현2단계: pushbool push(Stack\* stack, int value) { if (isFull(stack) == 1) { printf("stack overflowed"); return false; } stack->da