C语言typedef和#define

2019-07-14 21:11发布

#define A int
typedef int B
A a,b;
B c,d;
以上有错误吗,或者是否存在问题?若有错指出。
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。