数据结构运算符的优先级
#include<stdio.h>#include<stdlib.h>#include <string.h>#define STACK_INIT_SIZE 100#define STACKCREMEN
数据结构运算符的优先级