C Programming MCQ

1:

 Let a, b be two non-negative integers. Which of the following calls, finds the positive difference of a and b ?

A.

find(a, b) + find (b, a)

B.

find (a, find(a, b))

C.

a + find (a, b)

D.

b + find(a, b)

 

Answer : A

Explanation :

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.