#include
main()
{ int i,j,(15);char str[]={"1234567"};
for(i=0,j=strlen(str)(16);i
{k=str[i];str[i]=str[j];str[j]=k;}
printf("%s\n",str);
}