单项选择题

以下程序的运行结果是()
#include< stdio.h>main(){int x=5;if(x=4)printf(“T”);else printf(“F”);}

A.T
B.F
C.1
D.0