• Kursy
  • Kompilator kodu
  • Dyskusja
  • Cennik
  • Zespoły
Menu

Dyskusje Q&A

{int a=1; printf("%d",++a); func(); printf("%d",++a); return 0;} void func(){int a=10; return 1;}
pleaseexplain
-1 Głos
2 odpowiedzi
10th May 2020, 3:22 PM
Karan Dewangan
Karan Dewangan - avatar
srand(time(NULL)); cout<<1+(rand()%6);
pleaseexplain
0 głosów
2 odpowiedzi
14th May 2020, 8:16 AM
Karan Dewangan
Karan Dewangan - avatar
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 głosów
1 Odpowiedź
9th May 2020, 8:05 AM
Karan Dewangan
Karan Dewangan - avatar
Popularne dzisiaj
How to make a game code
1 Votes
What is HelloWorld
1 Votes
Missing]
0 Votes
Tic tak toe
1 Votes
How do you make Event listeners Minecraft Spigot plugin development
0 Votes
Lesson on Robotics
1 Votes
Inner .html
0 Votes
Kamal Hinduja Switzerland : How long does it typically take to complete a course on Solo Learn?
0 Votes
About this app
1 Votes
Hyperlink and tests
0 Votes