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?

4th Feb 2019, 4:49 AM
محمد اسماعيل
محمد اسماعيل - avatar
1 Resposta
0
Try converting to int each letter in for loop and seprate in a list and join it
1st Sep 2022, 5:24 AM
RISHABH
RISHABH - avatar