#include #include int strcmp_rec(char *s,char *t){ if ((s[0]=='\0') && (t[0]=='\0')) return 0; if (s[0]