Answer Posted / 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 |
Post New Answer View All Answers
Write a program to print all permutations of a given string.
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
If you know then define #pragma?
Explain null pointer.
Which is best book for data structures in c?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What is the mean of function?
What is methods in c?
Is array a primitive data type in c?
Write a program to check prime number in c programming?
When c language was developed?
Explain what is page thrashing?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Where is volatile variable stored?
Is c easy to learn?