Write a program to find the Factorial of a number


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

Post New Answer

More C++ General Interview Questions

What are the basic data types used in c++?

0 Answers  


Is there a datatype string in c++?How is the memory allocation?

3 Answers  


What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.

0 Answers  


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

0 Answers  


Explain the differences between list x; & list x();.

0 Answers  






Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

0 Answers   CTS,


What is the main purpose of overloading operators?

0 Answers  


Define namespace in c++?

0 Answers  


What is the difference between reference type and pointers.

4 Answers   HCL,


What is binary search in c++?

0 Answers  


What are the implicit member functions of class?

0 Answers  


Are iterators pointers?

0 Answers  


Categories