填空题
以下程序的功能是:输出a、b、c三个变量中的最小值。 #include <stdio.h> main( ) { int a,b,c,t 1,t2; scanf("%d%d%d",&a,&b,&c); t1=a<b 【7】 ; t2=c<t1 【8】 ; printf("%d\n", t2 ); }
A.Qian, f,95,92 B.Qian,m,85,90 C.Zhao,m,85,90 D.Zhao,f,95,92