In queue where do you insert a data? A. front B. rear C. middle C program code int zap(int n) { if(n<=1) then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap A. 8 B. 9 C. 6 D. 12 E. 15

This question is related to Wipro Interview

Showing Answers 1 - 4 of 4 Answers

Nandhini Devi

  • May 30th, 2006
 

9

  Was this answer useful?  Yes

suvarna

  • Oct 13th, 2006
 

its rear only.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions