bsc

Comprehensive codebase and cou...
Log | Files | Refs | README | LICENSE

commit c24282df067cffedab5fbce1bdc08523a96134b4
parent 385863b2df550b9ad0139362c76c2b7b9da53897
Author: Amit Dutta <amitdutta4255@gmail.com>
Date:   Tue, 30 Sep 2025 10:11:38 +0530

Update 6.c
Diffstat:
Mc/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>
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror