单项选择题

下列程序的运行结果是( )。

main()

int a=2,b=3,c=4;

if(a<b)

if0<0)c=0;

elsec+=1;

printf("%dh”,c);

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