#include #include void mirror(char c[]) { int l = strlen(c); char s; for (int i = 0; i < l/2;i++) { s =