设typedef float+*FT;,与FT x;等价的是
设typedef float+*FT;,与FT x;等价的是
A、float *x:
B、float x;
C、typedef x;
D、typedef *x;
【正确答案】:A
Top