Write a program in C++ for Fibonacci series


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

Post New Answer

More C++ General Interview Questions

Why is it difficult to store linked list in an array?

6 Answers   Infosys, Lucent,


How are Structure passing and returning implemented by the compiler?

0 Answers  


Why c++ is so important?

0 Answers  


class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.

2 Answers   Quark,


Difference between Abstraction and encapsulation in C++?

0 Answers   Impetus,


Write the program for fibonacci in c++?

20 Answers   TATA, Wipro,


Is c++ used anymore?

0 Answers  


What is a class definition?

0 Answers  


How is static data member similar to a global variable?

0 Answers  


What is a static member?

0 Answers  


Why is it necessary to use a reference in the argument to the copy constructor?

0 Answers  


Explain deep copy and a shallow copy?

0 Answers  


Categories