0
What will be the output when fn(12,30) is invoked?
int fn(int a,int b) { while(a!=b) a-=b; else b-=a; } return a; }
18th Dec 2019, 4:59 AM
Naman Pandey

1 Resposta
+ 1
Error
18th Dec 2019, 8:03 AM
Avinesh

Costuma ter perguntas como essa?
Aprenda de maneira mais eficiente, de graça:
Quente hoje
DSA doubt
1 Votes
Input errors (python)
1 Votes
Data structure using C
0 Votes
Vote Code
1 Votes
Without degree job
0 Votes