Write a program of advanced Fibonacci series.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain what is a 'locale'?

0 Answers  


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


every function has return the value?

1 Answers  


how to add numbers without using arithmetic operators.

14 Answers   TCS,


what is a constant pointer in C

0 Answers  


how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0

4 Answers   Wipro,


void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


what is used instead of pointers in java than c?

1 Answers   Vuram,


What is the most efficient way to count the number of bits which are set in a value?

4 Answers  


Write a C program to convert an integer into a binary string?

1 Answers  


What is the value of uninitialized variable in c?

0 Answers  


What are the 4 types of unions?

0 Answers  


Categories