Computer Science, asked by jhonmichael111234, 3 months ago

what is the result of cmp(3,1)?
a) 1
b) 0
c) true
d) false​

Answers

Answered by tanuvyas81
4

Answer:

0 ...................cmp

Answered by krazypilot005
0

Answer: a

Explanation: cmp(x, y) returns 1 if x > y, 0 if x == y and -1 if x < y.

Similar questions