commit c24282df067cffedab5fbce1bdc08523a96134b4 parent 385863b2df550b9ad0139362c76c2b7b9da53897 Author: Amit Dutta <amitdutta4255@gmail.com> Date: Tue, 30 Sep 2025 10:11:38 +0530 Update 6.c Diffstat:
| M | c/6.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/c/6.c b/c/6.c @@ -1,5 +1,6 @@ /*Write a function that checks whether a given string is Palindrome or not. -Use this function to find whether the string entered by the user is Palindrome or not.*/ +Use this function to find whether the string entered by the user is Palindrome or not.*/ +// Author - Amit Dutta, Date - 13th SEP, 2025 #include<stdio.h> #include<string.h>