What is correct regarding output of SIGN function?
-
>0 for positive value
-
0 for positive value
-
0 for negative value
-
1 for positive value
D
Correct answer
Explanation
The SIGN function returns: 1 for positive numbers, 0 for zero, and -1 for negative numbers. Option D correctly states it returns 1 for positive values. Options A and C are wrong because positive values return 1, not >0 or 0.