设有如下枚举类型定义: enum language { Basic=3,Assembly,Ada=100,COBOL,Fortran}; 枚举量Fortran的值为()。
A.4
B.7
C.102
D.103
E.C
F.1
正确答案是C