#include #include using namespace std; void vocale(char c[]){ int i; char v[]="AEIOUaeiou"; for(i=0;i>c; strrev(c); vocale(c); return 0; }