String
String
String
1
STRING
getch();
}
Result
Enter a string brijesh
Enter another string sing
The combined string is: brijeshsingh
2
STRING
case'u':
case'A':
case'E':
case'I':
case'O':
case'U':
count++;
}
}
printf("the no of vowel in this string is %d",count);
getch();
}