i want to revers a arry and store it in another arry and want to print it.
this is the code
some problem in it.
can some one modify it???
is dis rev_str[n-i]=str[i]; correct???
#include <stdio.h>
# include <string.h>
main()
{
int i,m,n,count;
char str[10],rev_str[10];
printf("Enter a...