Joined
Last Seen
-10 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 9
- Posts with Downvotes
- 3
- Downvoting Members
- 5
0 Endorsements
Ranked #55.0K
3 Posted Topics
Re: #include<stdio.h> #include<conio.h> void main() { int n,f=1,i,j; clrscr(); printf("enter the number"); scanf("%d",&n); if(n>0) { j=1; for(i=0;i<n;i++) { f=f*j; j++; } } printf("the factorial of the number is %d",f); getch(); } | |
Re: hi, i actually wanted a c code for sjf but im not able to get an idea for the starting time can any one help me out in this......... please mail the idea to <EMAIL SNIPPED> thank u...... |
The End.