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 does the c preprocessor do?
How do you define CONSTANT in C?
What is bubble sort technique in c?
What are the back slash character constants or escape sequence charactersavailable in c?
What is meant by keywords in c?
how to find anagram without using string functions using only loops in c programming
How can I copy just a portion of a string?
What's a good way to check for "close enough" floating-point equality?
What is sizeof array?
What is the difference between exit() and _exit() function?
What is the use of bitwise operator?
Explain what does it mean when a pointer is used in an if statement?
Why we use stdio h in c?
What is the difference between malloc() and calloc() function in c language?
Write a program to generate random numbers in c?