单项选择题

以下程序的输出结果是( )。
#include<stdio.h>
main()
int a=4,b=3,c=2,d=1;
printf("%d",a<ba:d<cd:b);

A.1
B.3
C.2
D.4