Computer Science, asked by sjaskaran184, 6 months ago

Write the output of the following program:- int strange(int x, int y) { if(x>=y) { x=x – y; return strange(x,y); } return x; } What is the function strange(20,5) returns:-​

Answers

Answered by Chauhandivyanshi
0

Answer:

sorry yyyyyyyyyyyyyy

Explanation:

sorry yyyyyyyyyyyyuyyyyyy

Similar questions