commit 26afd3c94a68091f33b5d120a6886e0ec8ddb94d parent 284ab6db9d01d888388a0b641532b041462ffa87 Author: Amit Dutta <amitdutta4255@gmail.com> Date: Sat, 6 Sep 2025 21:10:47 +0530 Add files via upload Diffstat:
| M | c/4.c | | | 2 | +- |
| M | c/4.exe | | | 0 |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/c/4.c b/c/4.c @@ -1,4 +1,4 @@ -//WAP to compute the sum of the first n terms of the following series,S =1-2+3- 4+5...... +//WAP to compute the sum of the first n terms of the following series,S =1-2+3-4+5...... #include<stdio.h> diff --git a/c/4.exe b/c/4.exe Binary files differ.