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 a local variable?

0 Answers  


What is the use of ::(scope resolution operator)?

0 Answers  


Explain about profiling?

1 Answers  


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


Is there a new/delete equivalent of realloc?

1 Answers  






How many bit combinations are there in a byte?

13 Answers   Intel, Microsoft,


what you know about c++?

0 Answers   IBS,


What is a parameterized type?

1 Answers  


Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?

0 Answers  


What is the basic structure of c++ program?

0 Answers  


What is the real purpose of class – to export data?

0 Answers  


Write some differences between an external iterator and an internal iterator?

0 Answers  


Categories