commit d126684e8fb83412e09c321d4e06b970e7589ec7 parent 7f0b3b77ca9b250d6036517669b23b9c1f63e16e Author: Amit Dutta <amitdutta4255@gmail.com> Date: Tue, 30 Sep 2025 10:10:59 +0530 Update 3.c Diffstat:
| M | c/3.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/c/3.c b/c/3.c @@ -1,4 +1,5 @@ -// WAP to compute the sum of the first n terms of the following series S =1+1/2+1/3+1/4+...... +// WAP to compute the sum of the first n terms of the following series S =1+1/2+1/3+1/4+...... +// Author - Amit Dutta, Date - 13th SEP, 2025 #include<stdio.h>