12

#include < stdio.h >
main()
{
char r[]="orns"
printf(" %c",r[1]);
printf(" %c",1[r]);
}

Related Posts