Posts
 
Reputation
Joined
Last Seen
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
3 Commented Posts
0 Endorsements
Ranked #55.0K
~375 People Reached
Favorite Forums
Favorite Tags
c x 3

3 Posted Topics

Member Avatar for furqankhyraj

#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(); }

Member Avatar for WaltP
0
149
Member Avatar for Zaelis
Member Avatar for gagan gowda

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......

Member Avatar for gagan gowda
-1
83

The End.