/* C++ program using class to find factorial of a given number */
#include<iostream.h>
#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:

Tuesday, June 7, 2011

C++ Program using class to find factorial of a given number

/* C++ program using class to find factorial of a given number */
#include<iostream.h>
#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: