Write a program to find the Factorial of a number

Showing Answers 1 - 3 of 3 Answers

Sheenu

  • Sep 27th, 2011
 

//program to find the factorial of a number

Code
  1. #include<stdio.h>

  2. #include<conio.h>

  3. "%d",fact);

  4. getch();

  5. }

  Was this answer useful?  Yes

richa

  • Oct 10th, 2012
 

Code
  1. span style="color: #0000ff;">"factorial of the no is"+fact);

  2. }

  3. }

  4. }

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions