以下各选项企图说明一种新的类型名,其中正确的是______。
A.typedef v1 int;
B.typedef v2=int;
C.typedef int v3;
D.typedef v4: int
正确答案是C