1,1,5,17,61,217,?,?.
Answers were Sorted based on User's Feedback
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 |
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Write a program to find factorial of a number using recursive function.
What is function pointer and where we will use it
What does sizeof int return?
Write a program of prime number using recursion.
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Write a program to print numbers from 1 to 100 without using loop in c?
What are the types of i/o functions?
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
What are the advantages of using macro in c language?
write a programme to convert temperature from farenheit to celcius?
What are the disadvantages of external storage class?