GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Placement Papers  >  Wipro  >  Technical
Go To First  |  Previous Question  |  Next Question 
 Technical  |  Question 70 of 157    Print  
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


  
Total Answers and Comments: 4 Last Update: October 13, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 18, 2005 02:57:53   #1  
Suhas Member Since: November 2005   Contribution: 24    

RE: In queue where do you insert a data?A. fron...
8
 
Is this answer useful? Yes | No
May 30, 2006 06:42:45   #2  
Nandhini Devi        

RE: In queue where do you insert a data?A. fron...
9
 
Is this answer useful? Yes | No
June 18, 2006 13:43:48   #3  
purani86 Member Since: June 2006   Contribution: 10    

RE: In queue where do you insert a data?A. fron...
its 9
 
Is this answer useful? Yes | No
October 13, 2006 14:16:00   #4  
suvarna        

RE: In queue where do you insert a data?A. fron...
its rear only.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape