单项选择题

下述代码运行后,结果是()。
%let a=b;
%let b=2;
%put &&&a;

A.b
B.2
C.4
D.报错