/*DEVELOP A PROGRAM TO READ A STRING AND DETERMINE WHETHER IT IS A PALINDROM*/
#include<stdio.h>
#include<string.h>
main()
{
    char str[20];
    int i,j,l,flag=0;
  
The content has been moved to our permanent website: www.programminghelp.in.
You will be redirected shortly.

Saturday, May 14, 2011

palindrome check,c,programm,lab,record,first semester,bca

/*DEVELOP A PROGRAM TO READ A STRING AND DETERMINE WHETHER IT IS A PALINDROM*/
#include<stdio.h>
#include<string.h>
main()
{
    char str[20];
    int i,j,l,flag=0;
  
The content has been moved to our permanent website: www.programminghelp.in.
You will be redirected shortly.