Function that Selects characters in a string of char array...Try for this one: Void collectInt (char arr[80]) { char arr1[80]; memset(arr1,'\0',80); in...