单项选择题

执行下面程序后的输出结果是()
#include "stdio.h"void main(){int num=153;printf("%d",num%10<=3&&num/10%10>=8);}

A.1
B.0
C.2
D.11