commit eeab513e9e3839bc1c3b308563df15b4d75e4084 parent bc69530fd94b5b8822780cc6a75cd37cf496bbe5 Author: Amit Dutta <amitdutta4255@gmail.com> Date: Tue, 30 Sep 2025 10:10:29 +0530 Update 1.c Diffstat:
| M | c/1.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/c/1.c b/c/1.c @@ -1,4 +1,5 @@ -// Write a program (WAP) to print the sum and product of digits of an integer. +// Write a program (WAP) to print the sum and product of digits of an integer. +// Author - Amit Dutta, Date - 13th SEP, 2025 #include<stdio.h>