Combinations of fibanocci prime series


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

Post New Answer

More C Interview Questions

What is alloca() and why is its use discouraged?

1 Answers  


what about "char *(*(*a[])())();"

3 Answers   Oracle,


How are variables declared in c?

0 Answers  


what is c++ programming?

3 Answers   TCS,


why do we use # in c-language?

1 Answers  






for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


Explain what is the use of a semicolon (;) at the end of every program statement?

0 Answers  


mplementation of stack using any programing language

1 Answers   Marlabs,


pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,


Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a

7 Answers  


What is the best way of making my program efficient?

0 Answers  


what are bitwise shift operators?

4 Answers  


Categories