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 is function declaration in c++ with example?

0 Answers  


What is difference between n and endl in c++?

0 Answers  


What is a mutable member?

1 Answers  


Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];

4 Answers   Quark,


Can a Structure contain a Pointer to itself?

0 Answers  


What are containers in c++?

0 Answers  


What is null pointer and void pointer?

0 Answers  


What is c++ hiding?

0 Answers  


What is the stack?

5 Answers   IBM, ICICI,


How do you traverse a btree in backward in-order?

0 Answers  


What is the use of 'this' pointer?

0 Answers   Fidelity,


What is the difference between reference and pointer?

0 Answers  


Categories