Corsi
Corsi
Compilatore di codice
Compilatore di codice
Discuti
Prezzi
Squadre
Accedi
Registrati
Menu
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
{int a=1; printf("%d",++a); func(); printf("%d",++a); return 0;} void func(){int a=10; return 1;}
pleaseexplain
-1 Voto
2 Risposte
10th May 2020, 3:22 PM
Karan Dewangan
srand(time(NULL)); cout<<1+(rand()%6);
pleaseexplain
0 Voti
2 Risposte
14th May 2020, 8:16 AM
Karan Dewangan
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 Voti
1 Risposta
9th May 2020, 8:05 AM
Karan Dewangan
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
Popolare oggi
How often can you become a fully stuck developer?
1 Votes
Improve accessibility of this page
0 Votes
What is a simple and easy way to learn ruby? :)
0 Votes
Course Doubt
1 Votes
Lesson Takeaways
0 Votes
If we already have the DELETE command in SQL, why do we need TRUNCATE?
2 Votes
How do i make a lexer and parser
1 Votes
Help
1 Votes
Data analysis
0 Votes
Saved code
0 Votes