Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Équipes
Se connecter
S'inscrire
Menu
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
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
I’m new someone can help me
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes