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 the header files used in c language?
What is the use of the function in c?
In C, What is the #line used for?
Write a program to reverse a string.
Explain what does it mean when a pointer is used in an if statement?
Can we change the value of static variable in c?
What should malloc(0) do?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Explain how can you avoid including a header more than once?
Can you write the function prototype, definition and mention the other requirements.
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
string reverse using recursion
Write a program to print all permutations of a given string.
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
define string ?