• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu

Q&A Discussions

int foo(int n,int r){ if(n>0) return (n%r+foo(n/r,r)); else return 0; } int main (){ printf("%d",foo(345,10)); }
pleaseexplain
0 Votes
1 Answer
9th May 2020, 8:05 AM
Karan Dewangan
Karan Dewangan - avatar
challege
andarr[]arrayblankscalculateelements.fillfoo(intinintmultmultiplicationofproductreturnsize)theto
-1 Vote
1 Answer
16th Jan 2017, 7:41 AM
Mpho Percy Mkhwanazi
Mpho  Percy Mkhwanazi - avatar
Hot today
generic programming understanding memory ownership
0 Votes
overloading operators << >>
1 Votes
I dont now that how to do js
2 Votes
fully dynamic arrays
1 Votes
Default constructor and default assignment operator
0 Votes
Wishkit alternative for android
1 Votes
How to start in web dev?
0 Votes
Hi
0 Votes
Issue in code
0 Votes
My question is about python?
0 Votes