Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


1,1,5,17,61,217,?,?.

Answers were Sorted based on User's Feedback



1,1,5,17,61,217,?,?...

Answer / prasad shetty

773,2753

The logic looks like this
The number at position x will be
(number at x-1) * 3 + (number at x-2) *2

Is This Answer Correct ?    16 Yes 6 No

1,1,5,17,61,217,?,?...

Answer / vignesh1988i

1025

Is This Answer Correct ?    3 Yes 7 No

1,1,5,17,61,217,?,?...

Answer / hari

356

Is This Answer Correct ?    1 Yes 10 No

Post New Answer

More C Interview Questions

write a program to print sum of each row of a 2D array.

4 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,


wats the diference btwen constant pointer and pointer to a constant.pls give examples.

9 Answers  


What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?

2 Answers  


What is a pointer?

1 Answers   ADP, IFFCO,


What is the use of a conditional inclusion statement in C?

0 Answers   Global Logic,


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

0 Answers  


Write a program on swapping (100, 50)

0 Answers   BPL,


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

0 Answers   IBM,


c program to input values in a table(using 2D array) and print odd numbers from them

1 Answers  


main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....

2 Answers  


Tell me is null always defined as 0(zero)?

0 Answers  


Categories