赞题库-背景图
单项选择题

有如下程序:
#include <stdio.h>
main()
{
int x = 0x13;
if(x=0x18) printf("T");
printf("F");
printf("\n");
}
程序运行后的输出结果是______。

A.TF
B.T
C.F
D.TFT