write a program to generate 1st n fibonacci prime number
Answer Posted / kamlesh shewar
enter a value for n :
7
0 1 1 2 3 5 8
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
What are operators in c?
How can you increase the allowable number of simultaneously open files?
What the advantages of using Unions?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What are the different types of pointers used in c language?
What are the different types of constants?
how to construct a simulator keeping the logical boolean gates in c
What is the explanation for the dangling pointer in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
How can I list all of the predefined identifiers?
Why use int main instead of void main?
Explain output of printf("Hello World"-'A'+'B'); ?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
What does int main () mean?
How many types of operator or there in c?