Write a recursive program to calculate factorial in c++.
No Answer is Posted For this Question
Be the First to Post Answer
What is a local variable?
What is the use of ::(scope resolution operator)?
Explain about profiling?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
Is there a new/delete equivalent of realloc?
How many bit combinations are there in a byte?
what you know about c++?
What is a parameterized type?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is the basic structure of c++ program?
What is the real purpose of class – to export data?
Write some differences between an external iterator and an internal iterator?