commit bc69530fd94b5b8822780cc6a75cd37cf496bbe5 parent eefe01211654cbe0326944eb243b292374cf2087 Author: Amit Dutta <amitdutta4255@gmail.com> Date: Tue, 30 Sep 2025 10:09:55 +0530 Update 7.c Diffstat:
| M | c/7.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/c/7.c b/c/7.c @@ -1,4 +1,5 @@ -// WAP to compute the factors of a given number +// WAP to compute the factors of a given number +// Author - Amit Dutta, Date - 13th SEP, 2025 #include<stdio.h> #include<stdlib.h>