Monday 5 September 2011

Palindrome in c without using string function


.fieldsetOut{
background:#1E90FF;
padding:0px 0px 0px 0px;
font-family: "courier new"
}
.fieldsetIn{
background:white;
margin:1px 1px 1px 1px;
padding:1px 1px 1px 1px;
border: 0px 0px 0px 0px

}
.explanation{
color:#800000;
font-size:25px;
font-weight:900;
letter-spacing:15
}












#include



int main(){

 
char str[100];

 
int i=0,j=-1,flag=0;



 
printf("

No comments:

Post a Comment