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 ответ
+ 1
Error
18th Dec 2019, 8:03 AM
Avinesh

Часто задают такие вопросы?
Учитесь эффективнее, бесплатно:
Актуальное сегодня
Is this realistic enough?
2 Votes
Need friends
0 Votes
Web Development
0 Votes
Cybersecurity techies
3 Votes
Please complete this code.
0 Votes
What's wrong with code?
0 Votes