#include<stdio.h> int main (void) { int i,number; char str[10]; printf("Enter a string:"); i=0; while((str[i]=_getchar_nolock()) !=' ') i++; str[i]='