commit 1f2c872d28ffe2401630ae8224ce1ca21c919929 parent d126684e8fb83412e09c321d4e06b970e7589ec7 Author: Amit Dutta <amitdutta4255@gmail.com> Date: Tue, 30 Sep 2025 10:11:12 +0530 Update 4.c Diffstat:
| M | c/4.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/c/4.c b/c/4.c @@ -1,4 +1,5 @@ -//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...... +// Author - Amit Dutta, Date - 13th SEP, 2025 #include<stdio.h>