找考题网-背景图
单项选择题

在Pascal语言中,判断a不等于0且b不等于0的正确的条件表达式是()

A.not a=0 or not b=0
B.not((a=0)and(b=0))
C.not(a=0 and b=0)
D.(a<>0)and (b<>0)

热门试题