单项选择题

下面程序段的运行结果是()。
inta=5,b=6;
printf("%d",a|b);

A.5
B.6
C.7
D.8