commit 385863b2df550b9ad0139362c76c2b7b9da53897 parent 1f2c872d28ffe2401630ae8224ce1ca21c919929 Author: Amit Dutta <amitdutta4255@gmail.com> Date: Tue, 30 Sep 2025 10:11:26 +0530 Update 5.c Diffstat:
| M | c/5.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/c/5.c b/c/5.c @@ -1,5 +1,6 @@ /*Write a function to find whether a given no. is prime or not. -Use the same to generate the prime numbers less than 100.*/ +Use the same to generate the prime numbers less than 100.*/ +// Author - Amit Dutta, Date - 13th SEP, 2025 #include<stdio.h>