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


Please Help Members By Posting Answers For Below Questions

When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

810


number of times a digit is present in a number

1544


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

804


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1764


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1498






When should I declare a function?

624


Is it acceptable to declare/define a variable in a c header?

688


Can we replace the struct function in tree syntax with a union?

783


Explain how are portions of a program disabled in demo versions?

656


How many types of errors are there in c language? Explain

574


what is the role you expect in software industry?

1659


How will you find a duplicate number in a array without negating the nos ?

1649


What is c preprocessor mean?

796


What are structure members?

600


What are the main characteristics of c language describe the structure of ac program?

614