2026-07-25 00:50
#include<conio.h>
#include<stdio.h>
void main()
{
clrscr();
int i=1,fact=1,n;
printf("enter a no.");
scanf("%d"n);
while(i<=n)
fact=i*fact;
i++;
}
printf("factorial=%d",fact);
getch();
About Us|Disclaimer|Copyright Notice|Infringement Report|Privacy Policy|Contact Us
Copyright © 2026 eLLeNow.com All Rights Reserved.