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 Réponse
+ 1
Error
18th Dec 2019, 8:03 AM
Avinesh

Vous avez souvent des questions comme celle-ci ?
Apprenez de maniĂšre plus efficace, gratuitement :
Aujourd'hui en vedette
C++ question
1 Votes
Question on 50- win badge
0 Votes
Crane
1 Votes
i am begineer
0 Votes
Correct version of program
0 Votes