machan dis is da code
dis works
bt small problem
#include <stdio.h>
# include <string.h>
main()
{
int i,m,n,count;
char str[10],rev_str[10];
printf("Enter a String :");
gets(str);
for(i=0;str[i]!='\0';i++)
{
}
m=i;
int y=-1; //if i put y=0 it wont work. why is dat...