Go4Expert
>
Articles
>
Programming
> C
C Programming Tutorials
C Programming Tutorials And Articles
Title
/
Author
Replies
Views
Palindrome checking without using string.h
One of my friends, who is learning to program in C, asked me about how to write a program which checks an inputed string is a palindrome or not, without using the header file string.h So here's the solution. #include <stdio.h> void main(void) { char str; int len=0,i=0,j,flag=1;
By pradeep
Last Message By
karthick.RG.Rajan
2
28,623
Page 10 of 10
«
First
<
8
9
10
Already a member?
User Name
:
Save
Password
Forgot Username/Password?
Not a member yet?
Create Your Free Account Now.
Search Go4Expert
Advance Search
Latest Forum Topics
Read and Search csv file using C
Under
C
Pseudopointers
Under
C
infile outfile struct
Under
C
preprocessor
Under
C
declearation of a function body and their execution
Under
C
Find Us On Facebook
Latest Articles
ATOI and ITOA Custom Implementations
Under
C
Error Handling in C
Under
C
Understanding float datatype in C
Under
C
Complete Guide to Understanding static in C
Under
C
Builtin GCC Functions - __builtin_clz(); __builtin_ctz(); __builtin_popcount();
Under
C
Home
Articles
Programming
Web Development
Operating System
Database
Ethical hacking
Game Programming
Engineering Concepts
Internet Marketing
Gadgets Reviews
Forums
Programming
Web Development
Operating System
Database
Internet Marketing
Ethical hacking
Game programming
Jobs & Careers
Engineering Concepts
Website Monetization
Web hosting
Review My Site
Gadgets
Community
Meet and Greet
General Chat
Chit Chat
Suggestions & Feedback
Newsletter Archives
Freelance Marketplace
Help and Support
Jobs
Search
What's New
Whatsup Today
Newsletter
Site Index
DMCA
Programming and Web Development Forum