Cours
Se connecter
Commencer Ă apprendre l'IA
Cours
Se connecter
Commencer Ă apprendre l'IA
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
{int a=1; printf("%d",++a); func(); printf("%d",++a); return 0;} void func(){int a=10; return 1;}
pleaseexplain
-1 Vote
2 Réponses
10th May 2020, 3:22 PM
Karan Dewangan
srand(time(NULL)); cout<<1+(rand()%6);
pleaseexplain
0 Vote
2 Réponses
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 Vote
1 Réponse
9th May 2020, 8:05 AM
Karan Dewangan
Poser une question
Poser une question
Poser une question
Poser une question
Aujourd'hui en vedette
Activities on sololearn
7 Votes
Html issue
2 Votes
Can you help me ?
1 Votes
Cybersecurity jobs without degree
1 Votes
What am I doing wring?
1 Votes
App development đ„âïž
1 Votes
Computer architecture
1 Votes
what should be my first project in C.
2 Votes
Playground input
1 Votes
CAN ANYONE SUGGEST ME AS A STUDENT WITH A PASSION OF CODING WHICH CODING LANGUAGE SHOULD I CHOOSE AS BEGGINER
1 Votes