NTech

Menu
  • Home
  • Technology
    • Internet
    • Market
    • Stock
  • Downloads
    • Dvd
    • Games
    • Software
      • Office
  • Parent Category
    • Child Category 1
      • Sub Child Category 1
      • Sub Child Category 2
      • Sub Child Category 3
    • Child Category 2
    • Child Category 3
    • Child Category 4
  • Featured
  • Health
    • Childcare
    • Doctors
  • Uncategorized

Friday, 7 August 2015

C program to Calculate Factorial of a Number Using ...

By ntech01:01 No comments
#include<stdio.h>
#include<conio.h>
void main()
{
int a,f=1,i;
clrscr();
printf("Factorial i : ");
scanf("%d",&i);
for(a=1;a<=i;a++)
{
f=f*a;
}
printf("ANS %d = %d ",i,f);
getch();
}


Output:

Factorial i : 3
ANS 3 = 6























Email ThisBlogThis!Share to XShare to Facebook
Newer Post Older Post Home

0 comments:

Post a Comment

Pages

  • Home

Popular Posts

  • What Is A Motherboard? What Are The Different Components Of A Motherboard?
    What Is A Motherboard? What Are The Different Components Of A Motherboard? Image: Wikipedia Short Bytes: A motherboard acts as a pl...
  • Run Windows 98 And Linux In Your Web Browser, Thanks To JavaScript And NodeJS
    Run Windows 98 And Linux In Your Web Browser, Thanks To JavaScript And NodeJS     Short Bytes: A coder, known as Fabian on GitHub, ...
  • Biggest Rivalries in Computing History
    Pepsi vs. Coke, Edison vs. Tesla, Star Wars vs. Star Trek, history is filled with famous rivalries, but few have matched the intensity and...
  • It’s Official: Android N Is Android Nougat
    It’s Official: Android N Is Android Nougat Short Bytes: After months of speculations and guesses, Google has finally revealed the offi...
  • PHP vs Ruby which programming language is better for web development
    PHP vs Ruby which programming language is better for web development PHP and ruby are trending scripting languages for the web servers...
  • How to Right Click using the Keyboard
    Looking for the right click keyboard command ? It’s not often you’re left without a mouse, a trackball, or a touch pad, but there are...
  • Best Hacking Tools Of 2016 For Windows, Mac OS X, And Linux
    Best Hacking Tools Of 2016 For Windows, Mac OS X, And Linux   Short Bytes: fossBytes has prepared a useful list of the best hacking to...
  • 10 Best Online Web Design Courses — Learn How To Create Websites
    Web designing is a mixture of programming and art that’s used as a way to represent our ideas in front of others. To help you out, in this...
  • Windows 10 vs. Windows 8.1 vs. Windows 7 Performance
    Three years ago we were benchmarking Microsoft's then latest operating system, Windows 8 . At the time we were keen to make sure...
  • Microsoft plans to remove Paint from Windows
    After being    After being around for 32 years and becoming one of the most recognized elements of the   Windows   operating sys...

Recent Posts

Text Widget

Pages

  • Home

Blog Archive

  • ►  2019 (2)
    • ►  May (1)
    • ►  April (1)
  • ►  2017 (7)
    • ►  July (1)
    • ►  April (3)
    • ►  March (3)
  • ►  2016 (50)
    • ►  October (1)
    • ►  September (4)
    • ►  July (2)
    • ►  June (6)
    • ►  April (2)
    • ►  March (5)
    • ►  February (28)
    • ►  January (2)
  • ▼  2015 (9)
    • ▼  August (9)
      • Command Line Argument C Program
      • C program to copy contents of one file to another ...
      • Google announces massive reorganization, becomes s...
      • Windows 10 vs. Windows 8.1 vs. Windows 7 Performance
      • Fingerprint scanners on Android phones are far les...
      • C program to Calculate Factorial of a Number Using...
      • FIND FACTORIAL OF A NUMBER USING RECURSION IN C PR...
      • Intel Core i7-6700K "Skylake" CPU Review
Powered by Blogger.

Text Widget

About Me

ntech
View my complete profile

Copyright © NTech | Powered by Blogger
Design by Flythemes | Blogger Theme by NewBloggerThemes.com