Write a recursive program to calculate factorial in c++.


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

Post New Answer

More C++ General Interview Questions

What is doubly linked list in c++?

0 Answers  


What are c++ files?

0 Answers  


The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance

4 Answers   Quark,


When should you use global variables?

0 Answers  


What are the extraction and insertion operators in c++? Explain with examples.

0 Answers  






What is the use of main function in c++?

0 Answers  


What are the three forms of cin.get() and what are their differences?

0 Answers  


What is the basic difference between C and C++?

0 Answers   NIIT,


What is endl?

0 Answers  


Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.

0 Answers  


Write a Program to find the largest of 4 no using macros.

0 Answers  


How would you represent an error detected during constructor of an object?

1 Answers  


Categories