program for string input where the multiple char are not displayed ex - mindfire output - mndfre
Anonymous
// program for string input where the multiple char are not displayed ex - mindfire, output - mndfre #include void main() { char str[30]; int i, j, size = 0; printf("\nEnter a string: "); gets(str); for(i=0; str[i]!='\0'; i++) size++; for(i=0; i
Check out your Company Bowl for anonymous work chats.