Cursos
Fazer loginComeçar a aprender IA
Cursos
Fazer loginComeçar a aprender IA

Q&A Discussões

{int a=1; printf("%d",++a); func(); printf("%d",++a); return 0;} void func(){int a=10; return 1;}
pleaseexplain
-1 Voto
2 Respostas
10th May 2020, 3:22 PM
Karan Dewangan
Karan Dewangan - avatar
srand(time(NULL)); cout<<1+(rand()%6);
pleaseexplain
0 Voto
2 Respostas
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 Voto
1 Resposta
9th May 2020, 8:05 AM
Karan Dewangan
Karan Dewangan - avatar
Quente hoje
I can't see my activity
5 Votes
Linking GitHub with Sololearn profile
1 Votes
I can't see my activity in my profile
2 Votes
Am getting discourage in my Language, Help me out🙏🙏
1 Votes
Error in python
2 Votes
Can anyone help me?
1 Votes
Is the Coding Certificate Worth it??
3 Votes
Do you Think Sololearn should add GDscript?
2 Votes
High paying job?
2 Votes
Assets not loading without trailing slash
1 Votes