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