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 is the basic structure of c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
How can I read data from data files with particular formats?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is pass by reference in functions?
Are pointers integers in c?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
Is c procedural or object oriented?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
How can I find out if there are characters available for reading?
Can include files be nested? How many levels deep can include files be nested?
What is wrong with this declaration?
Are the expressions * ptr ++ and ++ * ptr same?
Explain built-in function?
What are the different types of pointers used in c language?