单项选择题

以下程序的输出结果是(   )。
#include "stdio.h"
main()
{
   int a=2,b=2,c;
   c=a>=b;
   printf("c=%d",c);
}

A.c=2
B.c=1
C.c=0
D.不确定
微信扫码免费搜题