Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746)
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
What is difference between c++ 11 and c++ 14?
What are sessions in php.
What is file context manager?
Why do we use csrf token?
What is T_PAAMAYIM_NEKUDOTAYIM?
Why python is faster than java?
What are traits?
Lists the benefits of c programming language?
What is the type of 'this' pointer? When does it get created?
What is data type in python?
What is setbase c++?
What can c++ be used for?
How to Extract Icons ?
Tell me how to implement you own package in laravel?