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 cucumber tool?
What is meant by session management?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
What is slip in an induction motor?
how many sql dml commands are supported by 'mysql'? : Sql dba
How does the dom work?
How can AI be used to generate art and other creative content?
join types in trigger explain?
Which are the fastest selectors in jquery? : jquery mobile
How to convince a person to open a demat a/c?
Can you explain an application boundary?
Why are virtual users created?
What is a process flow diagram?
What is the purpose of @requiredstringvalidator?