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 will the line of code below print out and why?
what is clean sweep?
Can we take backup when the database is opened?
Why in KE5Z report in SAP Accounting Data not found?
what is the Ticketing tool used in Wipro technologies at Bangalore...???
how to calculate the breaking capacity of different breakers.
Hi, what do you mean by internal auditing? what are the things they do in internal auditing?what they review? THNX in Advance
How do I install a dll file in windows 7?
How to integrate svn with talend?
what type of active directory objects can be contained in a group? : Windows server 2008
Are there any network-specific conditions for using blockchain technology in an organization?
What is official website url of laravel?
What is worker process?
How will you delete selected rows in a table / alv?