单项选择题

下列程序段运行结束后,消息框中的输出结果是()。
Dim c As Boolean
a=Sqr(3)
b=Sqr(2)
c=a>b
MsgBox c

A.-1
B.0
C.False
D.True