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(); }
How to use events with zebedee, ssh or stunnel?
why the rotor current becomes in steady state during high slip region? please verify with equations.
kindly send the TDS tariff on Security expenses, rents, transport charges etc.,
whats the difference between siebel 7.5 and 7.8?
What is delimit?Why we will assign delimit to position?
What are the parameters that you will give for crystal reports?
Explain survivorship bias?
Explain how do I stop users from going to a bookmarked /logon.asp page after conversion to 2003 owa?
Please brief working principle & construction of permanent magnet AC Servo motor
What are xml attributes?
How to add an aggregate column?
What are the assumptions of quantum theory of black body radiation? : quantum physics
negative test cases on banking domain ?
What is difference between nsstring and nsmutablestring?