如在同一个main函数中,我先是:typedef int zs;我再来一句typedef int tni;我可不易继续用:zs a=20;tni b=30;printf(“%d”,a+b);呢?他会不会报错哦
不会报错,两个都可以使用,int本身也可以继续使用