Courses
Log in
Start Learning AI
Courses
Log in
Start Learning AI
Q&A Discussions
Search
Search
Ask a question
Ask a question
{int a=1; printf("%d",++a); func(); printf("%d",++a); return 0;} void func(){int a=10; return 1;}
pleaseexplain
-1 Vote
2 Answers
10th May 2020, 3:22 PM
Karan Dewangan
srand(time(NULL)); cout<<1+(rand()%6);
pleaseexplain
0 Votes
2 Answers
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 Votes
1 Answer
9th May 2020, 8:05 AM
Karan Dewangan
Ask a question
Ask a question
Ask a question
Ask a question
Hot today
What kind of questions do companies ask in Data Analyst interviews (including Python, SQL, Power BI, and Excel)?
1 Votes
??
1 Votes
How many program that you've made even a smaal project are good?
0 Votes
Hello guys,
1 Votes
Give some simple practice questions in C
0 Votes
Help me
1 Votes
Did sololearn helped you to get easier a job?
1 Votes
Programming
0 Votes
how do they use javascript
0 Votes
Code coach isn't awarding xp
0 Votes