remove vowels from string in c
#include<stdio.h> void main() { char str[100]; int i=0, j, chk; int count =0; printf("Enter a String: "); gets(str); while(str[i]!='