#include using namespace std; void print(char input[]){ if(input[0]=='\0'){ return ; } cout<