艾巴生活网

您现在的位置是:主页>数码 >内容

数码

c语言计算阶乘的函数,C语言计算阶乘

2024-02-01 20:34:02数码帅气的蚂蚁
对于c语言计算阶乘的函数,C语言计算阶乘,很多网友还不是很明白,今天艾巴小编收集了这方面的知识,就将其分享出来。 操作方法: 1 打开

c语言计算阶乘的函数,C语言计算阶乘

对于c语言计算阶乘的函数,C语言计算阶乘,很多网友还不是很明白,今天艾巴小编收集了这方面的知识,就将其分享出来。

操作方法:

1.打开软件

2.文件“新建文档

3.新建空白文档

4.首先输入头文件和主函数# includedstdio . h # includedstdlib . hint main(){ }。int n;int factorial=1;

6. output ('input required factorial n:'); scanf('%d 'n); If (n 0){printf ('Please enter an integer=0. \ n’); Returns 0; The factorial of if (n==0){printf (the factorial of' 0 is 1. \ n’); Returns 0; } I=1; While(I=n){ factorial=factorial * I; //Recursively think of me; }printf (factorial %d of' is: %d.\n' n, factorial); getch(); Returns 0;

7. Program Running Results

以上知识分享到此为止,希望能够帮助到大家!