【判断题】
A、if x>0 then y=1 else if x=0 then y=0 else y= -1 B、if x>0 then y=1 else if x<0 then y= -1 else y=0 C、if x>=0 then if x=0 then y=0 else y= -1 else y=1 D、if x<>0 then if x<0 then y= -1 else y= 1 else y=0
A、f(x)在X=X0处的值一定存在且等于极限值 B、f(x)在X=X0处的值一定存在但不一定等于极限值 C、f(x)在X=X0处的值不一定存在 D、如果f(x)在X=X0处的极限存在,则一定等于极限值