/* C++ program using class to find factorial of a given number */
#include<iostream.h>
#include<conio.h>
class number
{
int num;
public:
void putnum()
{
....................
#include<conio.h>
class number
{
int num;
public:
void putnum()
{
....................
The content has been moved to permanent website. You will be redirected shortly
visit to get complete program: