0
Question
//c language if i get an input from the user as string which contains numbers how could i separate the numbers and letters?
1 Resposta
0
Try converting to int each letter in for loop and seprate in a list and join it
//c language if i get an input from the user as string which contains numbers how could i separate the numbers and letters?